APPLIES TO:
- Virtuozzo for Linux
RESOLUTION
You may generate own SSL certificate and install it into Service VE, it will be used by VZPP and VZCC panels.This link http://www.modssl.org/docs/2.8/ssl_faq.html#ToC24 describes how to create certificates.
There is no need to do it inside the Service VE on Virtuozzo node, any machine with OpenSSL installed is good. When you have both certificate and private key, you can either put them to the default files:
/etc/httpd/conf/ssl.key/server.key (private key)
/etc/httpd/conf/ssl.crt/server.crt (certificate)
or you can define your own location for key/certificate pair in the /etc/vzcp/httpd.conf file inside Service VE.
It is needed to restart services for the changes to take effect:
# service httpd restart
# service vzcp restart
Keywords: SSL certificate VZCC VZPP Service VE
No comments:
Post a Comment