The issues of exporting/importing certificate , private key under keychain access for Iphone

前端 未结 2 1129
野趣味
野趣味 2021-01-07 04:59

I want to export the certificate and private key from one machine to another so I can reuse the provisioning profile.

There\'s a private key under the certificate in

2条回答
  •  执念已碎
    2021-01-07 05:30

    Hope it may help you In Keychain, select three items: Your private key, public key and the cert from Apple

    CMD+Click to select "export 3 items"

    and you will export one .cer file. Then double click to import the file without keying any password to protect so.

    or you should import cert first and then import both public and private key. Make sure you also have the Apple Developer Relations Root CA certificate in your keychain. That is what is used to verify the certificate. See in your keychain access whether it has been paired correctly.

提交回复
热议问题