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

Next revision
Previous revision
self-signed_ssl_certificates [2022/03/11 08:17] – created juckinsself-signed_ssl_certificates [2022/03/11 08:18] (current) juckins
Line 1: Line 1:
 ==== Self-signed SSL Certificates ==== ==== Self-signed SSL Certificates ====
  
-openssl req -new -days 365 -x509 -nodes -out /etc/pki/tls/certs/localhost.crt \  +  # openssl req -new -days 365 -x509 -nodes -out /etc/pki/tls/certs/localhost.crt -keyout /etc/pki/tls/private/localhost.key 
--keyout /etc/pki/tls/private/localhost.key+ 
 +The "365" 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.1647004646.txt.gz · Last modified: 2022/03/11 08:17 by juckins