Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

"This certificate is not yet valid" error on Mac

I have all my mac app developer certificates valid and expiring in 2019. After code signing the application and the installer pack, users would get a this: "app name was signed with a certificate that has expired. If you acquired this message recently, it may not be authentic. Do you want to continue".

Upon clicking show certificate, it says that the certificate expires in 2019 and below that "This certificate is not yet valid."

I found very little information from others with this error. And I have tried setting the date and time perfectly and it still didn't work.

like image 735
Ap Shepard Avatar asked Mar 25 '14 11:03

Ap Shepard


People also ask

How do you validate certificates on a Mac?

In the Keychain Access app on your Mac, click Certificates in the Category list, then double-click the certificate you want to evaluate. Choose Keychain Access > Certificate Assistant > Evaluate [certificate name].

Why is my certificate not trusted Mac?

You will face a root certificate not trusted error if the Securly SSL certificate is not installed on your macOS X. To stop receiving the error you would, therefore, need to install the SSL certificate. Navigate to Finder > Applications > Utilities > Keychain Access. Select "System" in the left-hand column.


1 Answers

Often when you see this "not yet valid" error, it is because the date / time on your Mac is set incorrectly. I do not believe that Apple lets you future date certificates (I could be wrong), so for a certificate to truly be not yet valid, it probably means that the Mac's date is set in the past.

I just walked a developer through this issue today and it was because his Mac's date was wrong. I hope this answer may help others in the future, despite being way after the original question.

like image 136
wottle Avatar answered Sep 22 '22 18:09

wottle