Use double quotes in examples for CMD.exe support

See https://github.com/FiloSottile/mkcert/issues/60#issuecomment-415352403
This commit is contained in:
Filippo Valsorda
2019-01-06 18:14:39 -05:00
parent 7fbb1febce
commit 6f4ab38307
2 changed files with 2 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ 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 restart)! 🦊 The local CA is now installed in the Firefox trust store (requires restart)! 🦊
$ mkcert example.com '*.example.org' myapp.dev localhost 127.0.0.1 ::1 $ mkcert example.com "*.example.org" myapp.dev 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 📜

View File

@@ -31,7 +31,7 @@ const usage = `Usage of mkcert:
$ mkcert example.com myapp.dev localhost 127.0.0.1 ::1 $ mkcert example.com myapp.dev localhost 127.0.0.1 ::1
Generate "example.com+4.pem" and "example.com+4-key.pem". Generate "example.com+4.pem" and "example.com+4-key.pem".
$ mkcert '*.example.com' $ mkcert "*.example.com"
Generate "_wildcard.example.com.pem" and "_wildcard.example.com-key.pem". Generate "_wildcard.example.com.pem" and "_wildcard.example.com-key.pem".
$ mkcert -pkcs12 example.com $ mkcert -pkcs12 example.com