windows 生成self-sign证书

Posted _iorilan

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了windows 生成self-sign证书相关的知识,希望对你有一定的参考价值。

打开powershell - 管理员身份运行

New-SelfSignedCertificate -CertStoreLocation Cert:\\LocalMachine\\My -DnsName "mysite.local" -FriendlyName "MySiteCert" -NotAfter (Get-Date).AddYears(50)

 

以上是关于windows 生成self-sign证书的主要内容,如果未能解决你的问题,请参考以下文章

❖ 自签名 SSL 证书(self-signed SSL certificate)

使用 OpenSSL为WindowsServer远程桌面(RDP)创建自签名证书 (Self-signed SSL certificate)

如何使用"OpenSSL"自签证书(Self-Sign Certificate)

nginx 配置自签名证书

X.509证书及CeritificationPath及PKCS

windows生成jks文件并且生成cer证书