gpt4 book ai didi

powershell - 导入-PFXCertificate : The specified network password is not correct

转载 作者:行者123 更新时间:2023-12-02 23:22:09 26 4
gpt4 key购买 nike

我正在尝试解决一些非常简单的代码。该环境是一台 Azure Windows Server 2012 计算机,我以域管理员身份登录,运行具有管理员权限的 Powershell 控制台。

我只是尝试从已知位置导入 PFXCertificate,但它不会接受网络密码。

这是代码。

$SecurePWD = ConvertTo-SecureString -String 'iW@nt2die' -AsPlainText -Force
Import-PFXCertificate -Password $SecurePWD -CertStoreLocation "Cert:\LocalMachine\Root" -FilePath "C:\Certs\TestCert.pfx"

当我运行这段漂亮的代码块时,密码绝对正确(我通过使用密码登录进行测试),它向我显示以下错误:

Import-PFXCertificate : The specified network password is not correct.

为什么。

我尝试转义@,但这没有任何作用。我试过哭,但电脑对我的眼泪完全无动于衷。

最佳答案

根据 Import-PfxCertificate 的文档,-Password 参数是证书的密码,而不是登录用户的密码。

-Password - Specifies the password for the imported PFX file in the form of a secure string.

关于powershell - 导入-PFXCertificate : The specified network password is not correct,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/47644518/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com