[Self-signed]
- Generate a host key:
| |
- Generate a certificate request file
| |
Type what you want:
| |
Create the SSL certificate
sudo openssl x509 -req -days 365 -in request.csr -signkey host.key -out server.crtCreate a nopass’ key (optional)
openssl rsa -in host.key -out host.nopass.keyConfigure Apache
LoadModule ssl_module libexec/apache2/mod_ssl.so
| |
| |
p.s. enable mods: sudo a2enmod ssl
enable sites: sudo a2ensite default-ssl
[Purchased (Symantec)]
[http://www.symantec.com/tv/products/details.jsp?vid=1452855338001]