This shows you the differences between two versions of the page.
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:// | https:// | ||
- | SSL Checker: | + | **SSL Checker**: https:// |
- | + | ||
- | https:// | + | |
< | < | ||
Line 17: | Line 15: | ||
</ | </ | ||
+ | Edit and paste the contents of the intermediate certificate: | ||
+ | |||
+ | < | ||
+ | vim / | ||
+ | </ | ||
+ | |||
+ | Edit and paste the contents of the private key: | ||
+ | |||
+ | < | ||
+ | vim / | ||
+ | </ | ||
+ | |||
+ | Edit and paste the contents of the new SSL cert: | ||
+ | |||
+ | < | ||
+ | vim / | ||
+ | </ | ||
+ | |||
+ | Restart the web server process: | ||
+ | |||
+ | < | ||
+ | service httpd restart | ||
+ | </ | ||
+ | Now use the checker link above to test. |