9to5ios
9to5ios

Reputation: 5545

Certificate not valid yet

I just create Certificate in my IOS developer account.

1)generate CertificateSigningRequest.certSigningRequest using Keychain

2)create production certificate using above certificate

3)download AppleWWDRCA.cer and ios_distribution.cer certificate

4) install both certificate

But its shows error This certificate is not yet valid.

Please help me, I have check my local machine time,its correct showing today time.

Upvotes: 1

Views: 1729

Answers (1)

zaph
zaph

Reputation: 112865

You can easily check the certificate details:

  • Open the Keychain Access app in Application/Utilities.
  • Select My Certificates.
  • Double Click the certificate.

You will be able to see the details of the certificate including the valid dates.

Upvotes: 2

Related Questions