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证书的主要内容,如果未能解决你的问题,请参考以下文章