Skip to content

Instantly share code, notes, and snippets.

@hoangsetup
Created March 14, 2016 08:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hoangsetup/50755415a47ab8297c34 to your computer and use it in GitHub Desktop.
Save hoangsetup/50755415a47ab8297c34 to your computer and use it in GitHub Desktop.
Create a Self Signed SSL Certificate
sudo openssl req -x509 -nodes -days 365 -newkey rsa:2048 -keyout /etc/apache2/ssl/example.com/apache.key –out /etc/apache2/ssl/example.com/apache.crt
https://www.digitalocean.com/community/tutorials/how-to-set-up-multiple-ssl-certificates-on-one-ip-with-apache-on-ubuntu-12-04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment