Error when trying to obtain a certificate: The specified item could not be found in the keychain

后端 未结 15 2390
我寻月下人不归
我寻月下人不归 2020-11-30 20:53

I was having a problem with codesigning my apps, so I deleted all the keys from the keychain. Then I went to Certificate Assistant => Request a certificate from a Certif

15条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-11-30 21:22

    Keychain Access will not let you Request a Certificate from a Certificate Authority With "identity"... unless you have both the private key and public key for identity in your keychain. I ran into this when I only had the private key and not the corresponding public key.

    You can create the public key from the private key and import it into your keychain using the procedure described in I lost my public key. Can I recover it from a private key?

    Once I imported the public key I was able to use the Request a Certificate from a Certificate Authority With "identity"... command without triggering the The specified item could not be found in the keychain error.

提交回复
热议问题