内容简介:mkcert 是一个生成本地 HTTPS 加密证书的工具,一个命令就可以生成证书,不需要任何配置。1.3.0 版本更新内容如下:
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](http://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](http://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.3.0 版本更新内容如下:
新的高级选项
-
-ecdsa
to generate ECDSA private keys -
-client
to generate client certificates -
-csr
to sign certificate signing requests -
$TRUST_STORES
to select what stores to install into
其他更新
-
Add "Firefox Nightly.app" support on macOS
-
Set the CommonName when generating PKCS#12 files for IIS
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网
猜你喜欢:- mkcert 1.1.0 发布,本地 HTTPS 加密证书生成工具
- mkcert 1.2.0 发布,本地 HTTPS 加密证书生成工具
- mkcert 1.2.0 发布,本地 HTTPS 加密证书生成工具
- mkcert 1.3.0 发布,本地 HTTPS 加密证书生成工具
- 安全不安全001:openssl生成非对称加密RSA公钥密钥命令
- 加密原理详解:对称式加密 VS 非对称式加密
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
ASP.NET动态网站开发基础教程
郭兴峰 / 清华大学 / 2006-5 / 32.00元
ASP.NET是由Microsoft公司推出的新一代Web开发构架。开发人员可以通过ASP.NET实现动态网站的开发,包括开发Web应用程序和Web服务。 本书详细讲解了ASP.NET动态网站开发技术,共分13章,内容包括ASP.NET语言基础、HTML与Script语言、C#语言基础、ASP.NET常用对象、数据库访问技术、数据服务控件和数据绑定技术、ASP.NET配置和部署、ASP.......一起来看看 《ASP.NET动态网站开发基础教程》 这本书的介绍吧!
HTML 编码/解码
HTML 编码/解码
SHA 加密
SHA 加密工具