Created
April 10, 2020 11:15
-
-
Save andmos/7fae6b63942f0c27f65cd1fd5dc9e47d to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ mkcert -install | |
Created a new local CA at "/Users/andreasmosti/Library/Application Support/mkcert" 💥 | |
The local CA is now installed in the system trust store! ⚡️ | |
The local CA is now installed in the Firefox trust store (requires browser restart)! 🦊 | |
$ mkcert localhost 127.0.0.1 | |
Using the local CA at "/Users/andreasmosti/Library/Application Support/mkcert" ✨ | |
Created a new certificate valid for the following names 📜 | |
- "localhost" | |
- "127.0.0.1" | |
The certificate is at "./localhost+2.pem" and the key at ".localhost+2-key.pem" ✅ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment