History for < Quickly generate a self-signed SSL certificate for Apache >

Sort by: Date / Title /

  1. 10 months ago by skanx
    quick & dirty...
    openssl req -new -x509 -days 365 -nodes -out /etc/apache2/ssl/apache.pem -keyout /etc/apache2/ssl/apache.pem
    
    hint: to generate a wildcard certificate for multiple name-based virtualhosts, use *.domain.tld as the common name.

 

This posteet has also been saved without any changes by spirit