Technical Note: [Accelops KB] How to set up a proper CA-signed certificate
Description
Summary of Topic
This article will assist you in helping you setup a proper CA-signed Certificate
Steps
Preparation:
Once the user has obtained a certificate from Verisign or any other public certificate company, the user must have 3 files:
- CA's certificate file: yourCA.crt
- AccelOps certificate file: vaName.yourcompany.crt, vaName.yourcompany.key
Implementation:
- Copy Certificates to VA: Scp the three certificate files to VA:/etc/httpd/conf.d
- Apply Your Certificates:
- Update /etc/httpd/conf.d/ssl.conf files with the certificate files as follow:
- Change line "SSLCertificateFile" to "SSLCertificateFile /etc/httpd/conf.d/vaName.yourcompany.crt"
- Change line "SSLCertificateKeyFile" to "SSLCertificateKeyFile /etc/httpd/conf.d/vaName.yourcompany.key"
- Change line "SSLCertificateChainFile /etc/httpd/conf.d/ca.crt" to "SSLCertificateChainFile /etc/httpd/conf.d/yourCA.crt"
- Change line "SSLCACertificateFile /etc/httpd/conf.d/ca.crt" to "SSLCACertificateFile /etc/httpd/conf.d/yourCA.crt"
- Save the conf.d file and restart httpd
-
Additional Resources
To create and apply a self-signed cert, please refer to the related KB article "How to apply a Self-Signed or Certificate Authority Certificate to AccelOps".
Version Application
All
