Top "Certificate-authority" questions

In cryptography, a certificate authority or certification authority (CA) is an entity that issues digital certificates.

Programmatically communicating with a Certificate Authority

I working with programmatically working with certificates and communicating with a Certificate Authority. I have been working with the CertClient …

c# certificate-authority
How to trust a certificate authority in Java?

My application connects to an SSL web service which uses a certificate to verify its identity. Recently, this certificate changed …

java ssl certificate certificate-authority
Does anybody know how the powershell certificate provider paths map to certmgr.msc folders?

When using powershell to investigate the Certificate Provider i noticed that all the paths seem similar but not the same …

windows powershell ssl-certificate self-signed certificate-authority
SecTrustEvaluate fails with kSecTrustResultRecoverableTrustFailure for self signed CA with non-matching subject name

Here's my pretty standard NSURLConnection callback for authenticating using self signed certificate: - (SecCertificateRef)certRefFromDerNamed:(NSString*)derFileName resultingDataRef:(CFDataRef*)dataRefPtr{ …

ios ssl ssl-certificate certificate-authority
This certificate has an invalid issuer

Our distribution certificate for an enterprise ios app is expiring soon, so we made a second certificate in order to …

xcode macos certificate keychain certificate-authority