java加密证书生成_mkcert 1.3.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](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
總結
以上是生活随笔為你收集整理的java加密证书生成_mkcert 1.3.0 发布,本地 HTTPS 加密证书生成工具的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 在JAVA语言程序中main_在Java
- 下一篇: java akiba,Map集合的遍历(