Christopher Juckins

SysAdmin Tips, Tricks and other Software Tools

User Tools

Site Tools


self-signed_ssl_certificates

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
self-signed_ssl_certificates [2022/03/11 08:17] juckinsself-signed_ssl_certificates [2025/03/16 18:38] (current) juckins
Line 2: Line 2:
  
   # openssl req -new -days 365 -x509 -nodes -out /etc/pki/tls/certs/localhost.crt -keyout /etc/pki/tls/private/localhost.key   # openssl req -new -days 365 -x509 -nodes -out /etc/pki/tls/certs/localhost.crt -keyout /etc/pki/tls/private/localhost.key
 +  
 +  # systemctl restart httpd
 +
 +Note that the "365" above can be increased to 99999, etc.
  
 More info at [[https://unixhealthcheck.com/blog?id=467|unixhealthcheck.com]] More info at [[https://unixhealthcheck.com/blog?id=467|unixhealthcheck.com]]
self-signed_ssl_certificates.1647004663.txt.gz · Last modified: 2022/03/11 08:17 by juckins