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 # systemctl restart httpd
Note that the "365" above can be increased to 99999, etc.
More info at unixhealthcheck.com
self-signed_ssl_certificates.txt · Last modified: 2025/03/16 18:38 by juckins