1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
| // 証明書作成 pi3 ~$ mkcert Created a new local CA at "/home/pi/.local/share/mkcert" 💥 Warning: the local CA is not installed in the system trust store! ⚠️ Run "mkcert -install" to avoid verification errors ‼️ Usage of mkcert:
$ mkcert -install Install the local CA in the system trust store.
$ mkcert example.org Generate "example.org.pem" and "example.org-key.pem".
$ mkcert example.com myapp.dev localhost 127.0.0.1 ::1 Generate "example.com+4.pem" and "example.com+4-key.pem".
$ mkcert "*.example.it" Generate "_wildcard.example.it.pem" and "_wildcard.example.it-key.pem".
$ mkcert -uninstall Uninstall the local CA (but do not delete it).
For more options, run "mkcert -help".
|