Ios private key and certificate are not paired

It does not seem to me that my certificate and private key are combined into access to keychain. They are both located separately in the keychains. The steps I took:

Clear everything from the keychain Import the private key file .p12 (warns that the contents of this element cannot be read) Generate a certificate request using this key (I tried different letters - is it important?) Upload the request to the preparation profile Update the preparation profiles in the organizer in xcode that generates the team preparation profile - this says that it is not possible to find a valid pair with the private key / certificate

I have successfully created several certificates + profile profiling in the past, but it looks like this is creating a fight.

This particular key was used for my old team preparation profile, but the certificate has expired, so I'm trying to create a new certificate.

thank

+3
source share
1 answer

I found an alternative way to send requests:

Revoke certificates in the initialization center, delete the profile from xcode. Then click on β€œRefresh” in the organizer in xcode, xcode will send a request for you and do your job.

I also lacked the public key from the keychain that it generated.

+13
source

All Articles