User Tools

Site Tools


internet:security:ssl_cert_centos

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
internet:security:ssl_cert_centos [2012/11/27 13:16]
gcooper created
internet:security:ssl_cert_centos [2017/01/12 07:44] (current)
gcooper
Line 3: Line 3:
 https://knowledge.rapidssl.com/support/ssl-certificate-support/index?id=SO6252 https://knowledge.rapidssl.com/support/ssl-certificate-support/index?id=SO6252
  
-SSL Checker: +**SSL Checker**: https://knowledge.rapidssl.com/support/ssl-certificate-support/index?page=content&id=SO9556
- +
-https://knowledge.rapidssl.com/support/ssl-certificate-support/index?page=content&id=SO9556+
  
 <file> <file>
Line 17: Line 15:
 </file> </file>
  
 +Edit and paste the contents of the intermediate certificate:
 +
 +<file>
 +vim /etc/pki/tls/certs/server-chain.crt
 +</file>
 +
 +Edit and paste the contents of the private key:
 +
 +<file>
 +vim /etc/pki/tls/private/server.key
 +</file>
 +
 +Edit and paste the contents of the new SSL cert:
 +
 +<file>
 +vim /etc/pki/tls/certs/server.crt
 +</file>
 +
 +Restart the web server process:
 +
 +<file>
 +service httpd restart
 +</file>
  
 +Now use the checker link above to test.
internet/security/ssl_cert_centos.1354047384.txt.gz · Last modified: 2012/11/27 13:16 by gcooper