Skip to content

Instantly share code, notes, and snippets.

@code-storm
code-storm / create ssl certificate openssl for local https.txt
Created April 23, 2017 03:53
Creating SSL certificate using Openssl for localhost to use https on local machine
Setting Up A Localhost Self-signed Certificate (SSL) For Local Https
==========================================================================
- GENERATE THE CERTIFICATE
# 1. generate key
- create an 'ssl' folder somewhere
- cd to it