IT博客汇
首页
精华
技术
设计
资讯
扯淡
权利声明
登录
注册
windows 生成self-sign证书
csharp25
发表于
2020-06-18 17:07:31
love
0
打开powershell - 管理员身份运行 New-SelfSignedCertificate -CertStoreLocation Cert:\LocalMachine\My -DnsName "mysite.local" -FriendlyName "MySiteCert" -NotAfter (Get-Date).AddYears(50)