Christopher Juckins

SysAdmin Tips, Tricks and other Software Tools

User Tools

Site Tools


self-signed_ssl_certificates

Self-signed SSL Certificates

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

The "365" can be increased to 99999, etc.

More info at unixhealthcheck.com

self-signed_ssl_certificates.txt · Last modified: 2022/03/11 08:18 by juckins