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

栏目: 软件资讯 · 发布时间: 6年前

内容简介:mkcert 是一个生成本地 HTTPS 加密证书的工具,一个命令就可以生成证书,不需要任何配置。 使用示例 $ mkcert -install Created a new local CA at "/Users/filippo/Library/Application Support/mkcer...

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"

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

1.2.0 版本更新内容如下:

  • 添加 -cert-file,-key-file-p12-file 标签。

  • 晚上命令行文档,优化命令行输出信息。

  • 修复在 Windows 上 Java 运行失败的问题。

下载地址


以上所述就是小编给大家介绍的《mkcert 1.2.0 发布,本地 HTTPS 加密证书生成工具》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

Programming in Haskell

Programming in Haskell

Graham Hutton / Cambridge University Press / 2007-1-18 / GBP 34.99

Haskell is one of the leading languages for teaching functional programming, enabling students to write simpler and cleaner code, and to learn how to structure and reason about programs. This introduc......一起来看看 《Programming in Haskell》 这本书的介绍吧!

随机密码生成器
随机密码生成器

多种字符组合密码

UNIX 时间戳转换
UNIX 时间戳转换

UNIX 时间戳转换

正则表达式在线测试
正则表达式在线测试

正则表达式在线测试