this certificate was signed by an unknown authority

IosXcodeVmwareProvisioning Profile

Ios Problem Overview


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...

Ios Solutions


Solution 1 - Ios

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.

Solution 2 - Ios

I commented on the accepted answer but figured I'd give a more thorough response.

Generating a Merchant ID certificate for Apple Pay yielded the warning of "This certificate was signed by an unknown authority" on the resulting cert.

Typically the "Issued by" shows "Apple Worldwide Developer Relations Certification Authority" -- however, in the case of the merchant ID cert, it was:

"Apple Worldwide Developer Relations CA - G2"

Most answers online point to the [AppleWWDRCA.cer](http://www.apple.com/certificateauthority/AppleWWDRCA.cer "Download the Apple Worldwide Developer Relations Certification Authority certificate"), however this didn't work because of the issuing authority -- in this case I needed [AppleWWDRCAG2.cer](http://www.apple.com/certificateauthority/AppleWWDRCAG2.cer "Download the Apple Worldwide Developer Relations CA - G2 certificate"). I was able to get this cert from here: http://www.apple.com/certificateauthority/

Solution 3 - Ios

I guess when you created/generated certificates the keychain preference does not have below configurations.Please check attached screenshot.I think after making certificates tab of preference according to attached image it will solve your problem.

Best of luck enter image description here

Solution 4 - Ios

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestionNikola JovicView Question on Stackoverflow
Solution 1 - IosNikola JovicView Answer on Stackoverflow
Solution 2 - IosbrackView Answer on Stackoverflow
Solution 3 - IosNSCryView Answer on Stackoverflow
Solution 4 - IosskatehypeView Answer on Stackoverflow