Skip to content

Instantly share code, notes, and snippets.

@random-robbie
Created September 9, 2015 14:33
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 random-robbie/7e3bf60590dba9fffcae to your computer and use it in GitHub Desktop.
Save random-robbie/7e3bf60590dba9fffcae to your computer and use it in GitHub Desktop.
create a self SSL cert
openssl req -x509 -sha256 -nodes -days 365000 -newkey rsa:2048 -keyout /etc/apache2/ssl/apache.key -out /etc/apache2/ssl/apache.crt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment