mkcert 1.2.0 发布,本地 HTTPS 加密证书生成工具

  

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 运行失败的问题。

下载地址

猜你喜欢

转载自www.oschina.net/news/103433/mkcert-1-2-0-released