mirror of
https://github.com/FiloSottile/mkcert.git
synced 2025-10-14 00:41:40 +08:00
README: update example names
This commit is contained in:
@@ -8,13 +8,13 @@ Created a new local CA at "/Users/filippo/Library/Application Support/mkcert"
|
|||||||
The local CA is now installed in the system trust store! ⚡️
|
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)! 🦊
|
The local CA is now installed in the Firefox trust store (requires browser restart)! 🦊
|
||||||
|
|
||||||
$ mkcert example.com "*.example.org" myapp.dev localhost 127.0.0.1 ::1
|
$ mkcert example.com "*.example.com" example.test localhost 127.0.0.1 ::1
|
||||||
Using the local CA at "/Users/filippo/Library/Application Support/mkcert" ✨
|
Using the local CA at "/Users/filippo/Library/Application Support/mkcert" ✨
|
||||||
|
|
||||||
Created a new certificate valid for the following names 📜
|
Created a new certificate valid for the following names 📜
|
||||||
- "example.com"
|
- "example.com"
|
||||||
- "*.example.org"
|
- "*.example.com"
|
||||||
- "myapp.dev"
|
- "example.test"
|
||||||
- "localhost"
|
- "localhost"
|
||||||
- "127.0.0.1"
|
- "127.0.0.1"
|
||||||
- "::1"
|
- "::1"
|
||||||
|
Reference in New Issue
Block a user