我正在使用以下命令来创建证书:
makecert.exe -n "CN=Client" -pe -ss my -sr LocalMachine -sky exchange -in "Blue Yonder Airlines Root CA" -is my -ir LocalMachine Client.cer
certutil -privatekey -exportpfx -p 1 "Client" Client.pfx > NUL
但是,我收到一条错误消息:
错误:颁发者的我的证书存储中没有匹配的证书失败
请帮忙。