SolengTech‎ > ‎Open Source‎ > ‎

HowTo: Renew self-signed SSL Certificate (Fedora and CentOS)

Having trouble with certwatch emails to your root account?

openssl req -new -days 365 -x509 -nodes -out /etc/pki/tls/certs/localhost.crt -keyout /etc/pki/tls/private/localhost.key

Thanks Steve! More complete instructions here:
http://stevejenkins.com/blog/2010/08/renewing-a-self-signed-ssl-certificate-on-fedoracentos
Comments