powershell 创建自签名开发人员证书#certificates #ssl #powershell

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了powershell 创建自签名开发人员证书#certificates #ssl #powershell相关的知识,希望对你有一定的参考价值。

# Make sure you change the DnsName to the URL of the IIS site and
# give it a friendly name.

New-SelfSignedCertificate -CertStoreLocation Cert:\LocalMachine\My -DnsName "paddock.xconnect" -FriendlyName "PaddockCert" -NotAfter (Get-Date).AddYears(10)

以上是关于powershell 创建自签名开发人员证书#certificates #ssl #powershell的主要内容,如果未能解决你的问题,请参考以下文章

powershell Powershell Skript为实验室创建自签名证书

PowerShell代码签名:如何使用带密码保护的自签名证书?

CRNA/Expo 和 iOS - 如何创建使用开发人员证书签名的构建?

无效签名,自签名证书?

为 IIS 创建有效的测试 SSL 证书

自签名证书流程