floyd
Verified User
- Joined
- Mar 29, 2005
- Messages
- 6,270
I have a site that uses ssl and the ip is owned by the user.
I ran:
and the ssl lines that point to the sites certificate suddenly now pointed to the server certificate:
Any ideas?
I ran:
Code:
echo "action=rewrite&value=httpd" >> /usr/local/directadmin/data/task.queue
and the ssl lines that point to the sites certificate suddenly now pointed to the server certificate:
Code:
SSLCertificateFile /etc/httpd/conf/ssl.crt/server.crt
SSLCertificateKeyFile /etc/httpd/conf/ssl.key/server.key
Any ideas?