WoSign,making the internet more secure and trusted!
CHINESE +86-755-86008688
home>Support>SSL Certificates Installation Instruction - Covalent Server

SSL Certificates Installation Instruction - Covalent Server

To install a SSL Web Server Certificate on Covalent follow the instructions below:

a. Fetch your certificate,you will receive an email when your certificate is issued.Copy and Paste your WoSign certificate to Notepad and save as a cert.cer

b. Install your WoSign certificate

Copy the signed certificate into a temporary directory.
In Ravenctl go to the 'Raven PKI Certificate Manager' and then the 'Install Signed Certificate' Option. Enter the full path to the signed certificate that is in the temporary directory. This installs your signed certificate in /usr/local/raven/module/pki/certs/.
Edit Apache's run-time configuration file to point the Raven SSL module to the signed certificate and key. The pertinent lines should look like:

SSLCertificateFile /usr/local/raven/module/pki/certs/name_of_cert.cert
SSLCertificateKeyFile /usr/local/raven/module/pki/keys/name_of_key.key
SSLCACertificateFile /usr/local/raven/module/pki/keys//intermediate.crt