我正在尝试将我的证书导出为 pfx。我正在这样做我的 certmgr.msc 但有些选项是灰色的。
certmgr
所以我想用Powershell
这个。我将转到证书所在的目录 (cert:\CurrentUser\My) 并引入语法:
Export-PfxCertificate -Cert .\4BBB***************************** -FilePath 'C:\Users\jwozniak\Documents\outfile.pfx' -Password (ConvertTo-SecureString -String 'password63' -AsPlainText -Force)
(当然没有 *)
我会很感激一些指导。