parsed.org
Generate a Self-Signed SSL Certificate by cygnus on Apr 11, 2005 07:54 AM

Use these commands to generate a self-signed SSL certificate (e.g. for Apache):

# openssl genrsa 1024 > server.key
# openssl req -new -key server.key -x509 -days 90 -out server.crt
apachecertificatescommandskeysopensslsecurityssl
RSS