Hello,
I tried to install an SSL certificate on my admin domain, my admin domain is the shared server IP. Working through the DA instructions it all worked perfectly, however the Snakioil certificate was the one the browser kept getting sent.
So I decided to move the domain I wanted this to work on over to its own account, giving the domain its own IP. Installed the certificate again, waited for DNS to resolve the domain to the new IP, switch to https: and I get snakeoil again
I'm confident that I have done the SSL part correctly for this domain on its own, DA shows the virtual host settings for this domain as:
I read a thread somewhere else that refereed to looking in the ips.conf and removing any entries for this IP in there. I did this, and since doing that the cert that is issued to the browser says it is from "." instead of "Snakeoil.dom" however if you view the certificate there is still references for snakeoil.
Any advice fellow DA'ers?
I tried to install an SSL certificate on my admin domain, my admin domain is the shared server IP. Working through the DA instructions it all worked perfectly, however the Snakioil certificate was the one the browser kept getting sent.
So I decided to move the domain I wanted this to work on over to its own account, giving the domain its own IP. Installed the certificate again, waited for DNS to resolve the domain to the new IP, switch to https: and I get snakeoil again

I'm confident that I have done the SSL part correctly for this domain on its own, DA shows the virtual host settings for this domain as:
Code:
<VirtualHost 202.167.xxx.xxx:443>
SSLEngine on
SSLCertificateFile /usr/local/directadmin/data/users/user/domains/domain.com.cert
SSLCertificateKeyFile /usr/local/directadmin/data/users/user/domains/domain.com.key
SSLCACertificateFile /usr/local/directadmin/data/users/user/domains/domain.com.cacert
ServerName www.domain.com
ServerAlias www.domain.com domain.com
ServerAdmin [email protected]
DocumentRoot /home/user/domains/domain.com/private_html
ScriptAlias /cgi-bin/ /home/user/domains/domain.com/public_html/cgi-bin/
UseCanonicalName OFF
User user
Group user
CustomLog /var/log/httpd/domains/domain.com.bytes bytes
CustomLog /var/log/httpd/domains/domain.com.log combined
ErrorLog /var/log/httpd/domains/domain.com.error.log
<Directory /home/user/domains/domain.com/private_html>
Options +Includes -Indexes
<IfModule !mod_suphp.c>
php_admin_flag engine ON
php_admin_flag safe_mode OFF
php_admin_value sendmail_path '/usr/sbin/sendmail -t -i -f [email protected]'
php_admin_value open_basedir /home/user/:/tmp:/usr/local/lib/php/
</IfModule>
</Directory>
</VirtualHost>
I read a thread somewhere else that refereed to looking in the ips.conf and removing any entries for this IP in there. I did this, and since doing that the cert that is issued to the browser says it is from "." instead of "Snakeoil.dom" however if you view the certificate there is still references for snakeoil.
Any advice fellow DA'ers?
