mkcert 1.2.0 釋出,本地 HTTPS 加密證書生成工具
阿新 • • 發佈:2019-01-09
mkcert 是一個生成本地 HTTPS 加密證書的工具,一個命令就可以生成證書,不需要任何配置。
使用示例
$ mkcert -install 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 Firefox trust store (requires restart)! $ mkcert example.com '*.example.org' myapp.dev localhost 127.0.0.1 ::1Using the local CA at "/Users/filippo/Library/Application Support/mkcert"Created a new certificate valid for the following names - "example.com" - "*.example.org" - "myapp.dev" - "localhost" - "127.0.0.1" - "::1"The certificate is at "./example.com+5.pem" and the key at "./example.com+5-key.pem"
1.2.0 版本更新內容如下:
新增
-cert-file
,-key-file
和-p12-file
標籤。晚上命令列文件,優化命令列輸出資訊。
修復在 Windows 上 Java 執行失敗的問題。