Different SSL certificates for different web sites

One of our partner’s NS 6.8 server runs several web sites. But now, they bought a Godaddy SSL certificate for one of them, but I can’t figure out, how can I set it up just for that site.

Here is the site’s config file:

<VirtualHost *:80>
ServerName orlikilona.hu
ServerAlias www.orlikilona.hu
DocumentRoot /var/www/html/orlikilona.hu

<VirtualHost *:443>

    ServerAdmin webmaster@localhost
    ServerName orlikilona.hu
ServerAlias www.orlikilona.hu
    DocumentRoot /var/www/html/orlikilona.hu

    #   SSL Engine Switch:
    #   Enable/Disable SSL for this virtual host.
    SSLEngine on

    #   A self-signed (snakeoil) certificate can be created by installing
    #   the ssl-cert package. See
    #   /usr/share/doc/apache2.2-common/README.Debian.gz for more info.
    #   If both key and certificate are stored in the same file, only the
    #   SSLCertificateFile directive is needed.
    SSLCertificateFile /etc/httpd/ssl/orlikilona.hu/70adf165be48b8ab.crt
    SSLCertificateKeyFile /etc/httpd/ssl/orlikilona.hu/orlikilona.key
SSLCACertificatePath /etc/httpd/ssl/orlikilona.hu/gd_bundle-g2-g1.crt

What is my mistake?

according to

If the SSLCertificateChainFile directive does not work, try using the SSLCACertificateFile directive instead.(“https://www.digicert.com/ssl-certificate-installation-apache.htm”)

can you try the opposite?

SSLCertificateChainFile /etc/httpd/ssl/orlikilona.hu/gd_bundle-g2-g1.crt