PROBLEM:
I have Libra Esva version 2.5.0.0, how can i import my own web certificate?
SOLUTION:
Version 2.5.0.3 and above has this feature enabled under menu Settings->Networking and System Settings.For all rpevious versiona, login as root from console:
cd /etc/pki/tls/certs
openssl genrsa -out esva.key 1024
openssl req -new -key esvakey -out esva.csr
Download certificate request esva.csr and send it to the desidered CA.Get the certificate.Copy the certificate in /etc/pki/tls/certs
edit file /etc/httpd/conf.d/ssl.conf and adjust variables:
SSLCertificateFile
SSLCertificateKeyFile
Restart httpd with service httpd restart