如何使用powershell new-SelfsignedCertificate将基本约束设置为最终实体?

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了如何使用powershell new-SelfsignedCertificate将基本约束设置为最终实体?相关的知识,希望对你有一定的参考价值。

有没有办法使用类似命令将Basic Constraintextension设置为Subject Type = End Entity

New-SelfSignedCertificate -Type Custom -Subject "E=patti.fuller@contoso.com,CN=Patti Fuller" -TextExtension @("2.5.29.37={text}1.3.6.1.5.5.7.3.4")
答案

查看文章Using the Basic Constraints extension in X.509 v3 certificates for intermediate CAs。在msdn.com上也有一个很好的post

以上是关于如何使用powershell new-SelfsignedCertificate将基本约束设置为最终实体?的主要内容,如果未能解决你的问题,请参考以下文章

如何使用 C# 执行 PowerShell 脚本

PowerShell 5.1 - 如何卸载当前使用的模块

如何使用 C# 按组策略检查 PowerShell 禁用

如何在不卸载powershell的情况下,有效禁用/启用powershel

如何使用 Powershell 中的快照创建 Azure 托管磁盘

是否可以/如何使用某些 cmdlet 停止 powershell?