Top "Ca" questions

A Certification Authority(CA) is a trusted third party which asserts the identity of a remote website.

How to create own self-signed root certificate and intermediate CA to be imported in Java keystore?

How to create self-signed root certificate and intermediate CA to be imported in Java keystore? We will use this for …

openssl certificate self-signed ca
Issue with my ca-certificates.crt

(I am on Ubuntu 14.10. uname -r => 3.16.0-31-generic) apt-get update Failed to fetch https://get.docker.com/ubuntu/dists/…

ubuntu ssl ca
Verify errorcode = 20 : unable to get local issuer certificate

I have a certificate chain in server: Certificate chain 0 s:/******/O=Foobar International BV/OU**** i:/C=US/O=Symantec …

ssl openssl ssl-certificate x509 ca
How to make browser trust localhost SSL certificate?

Although, there are similar questions, and even good answers, they either don't concern themselves with localhost specifically, or ask about …

openssl localhost ssl-certificate self-signed ca
Is there a way to check if the SSL digital certificate is valid without installing on the web server?

Are there any tools or mechanism(s) which can help validate a CA issued SSL certificate before installing it on …

ssl https digital-certificate ca
Programmatically add a certificate authority while keeping Android system SSL certificates

There are lots of questions about this topic on StackOverflow, but I do not seem to find one related to …

java android https ssl-certificate ca
Android: List of available trusted root certificates

Is there a android developer page that lists all of the trusted root CAs? I know I can just pull …

android ca
How to add an enterprise certificate authority (CA) to git on cygwin (and some linux distros)

When fetching with git on Cygwin you get: Fetching origin fatal: unable to access 'https://.../...git': SSL certificate problem: self …

git ssl cygwin certificate ca
How to specify CA private key password for client certificate creation using OpenSSL

I am building a command line script to create a client certificate using OpenSSL "mini CA" feature. I have a …

command-line openssl x509 ca
Installing curl with ssl so I can install homebrew

The Solution I used Bruno's post to find the solution, but feel that it needs to be made more concrete, …

ssl curl homebrew ca