Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

this certificate was signed by an unknown authority

I need to create ipa file for testing purposes. I go to Keychian access -> Certificate assistant -> Request a certificate from a certificate authority and create some.certSigningRequest file. Then I upload that file to customer iOS Provisioning Portal and create development and distribution certificate which I download and install on my vmware mac. When I select certificate i got message: this certificate was signed by an unknown authority
Here is the image:

enter image description here

I am confused and don't know what can be wrong?

Any help is greatly appreciate. Thanks people...

like image 731
Nikola Jovic Avatar asked Dec 11 '12 12:12

Nikola Jovic


People also ask

Why is x509 certificate signed by unknown authority?

The docker daemon does not trust the self-signed certificate, which is causing the x509 error. This may occur due to the expiration of the current certificate, due to a changed hostname, and other changes.

How do I fix x509 certificate signed by unknown authority in Windows?

So the solution to is simple – install the Root CA certificates on the server. That's it – now the error should be gone. If you don't know the root CA, open the URL that gives you the error in a browser (i.e. Chrome). Click the lock next to the URL and select Certificate (Valid).

How do I fix x509 certificate signed by unknown authority in Ubuntu?

1 Answer. Show activity on this post. sudo update-ca-certificates Updating certificates in /etc/ssl/certs... 1 added, 0 removed; done. Running hooks in /etc/ca-certificates/update.


1 Answers

SOLVED!

The problem was missing apple WWDR intermediate certificate.

We must also install the WWDR intermediate certificate issued by Apple’s worldwide developer relations. It can be downloaded from the portal or directly at http://developer.apple.com/certificationauthority/AppleWWDRCA.cer Make sure you add this to your keychain as well.

To add the certificate: open your keychain utility software on your Mac computer, then go to FileImport items, then select AppleWWDRCA.cer.

like image 142
Nikola Jovic Avatar answered Sep 20 '22 10:09

Nikola Jovic