Monthly Archives: September 2019
-
Installing Let’s Encrypt SSL on Centos 7
Leave a commentSeptember 11, 2019 by aubreykloppers
Get CN from SSL: openssl x509 -noout -subject -in /etc/ssl/certs/localhost.crt Create/Generate Self-Signed certificate: openssl req -x509 -nodes -days 3650 -newkey …
Continue reading