次のコマンドを使用して証明書を作成しています。
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
ただし、次のエラー メッセージが表示されます。
エラー: 発行者の証明書ストアに一致する証明書がありません 失敗しました
助けてください。