Top "X509" questions

In cryptography, X.509 is a standard for a public key infrastructure (PKI) for single sign-on (SSO) and Privilege Management Infrastructure (PMI).

How to convert .crt to .pem

How can I convert .crt to .pem?

x509 pem asn.1 crt der
Extract public/private key from PKCS12 file for later use in SSH-PK-Authentication

I want to extract the public and private key from my PKCS#12 file for later use in SSH-Public-Key-Authentication. Right now, …

ssh openssl certificate x509 pkcs#12
CryptographicException 'Keyset does not exist', but only through WCF

I have some code that makes a call to a third party web service that is secured using X.509 certification. …

.net wcf x509
How to read .pem file to get private and public key

I am writing a small piece of code which reads public and private key stored in .pem file. I am …

java openssl x509 pem pkcs#8
How can I generate a self-signed certificate with SubjectAltName using OpenSSL?

I am trying to generate a self-signed certificate with OpenSSL with SubjectAltName in it.While I am generating the csr …

ssl openssl ssl-certificate x509certificate x509
Getting RSA private key from PEM BASE64 Encoded private key file

I have a private key file (PEM BASE64 encoded). I want to use it else where to decrypt some other …

java cryptography certificate x509 pkcs#8
Using HTTPS with REST in Java

I have a REST server made in Grizzly that uses HTTPS and works wonderfully with Firefox. Here's the code: //Build …

java rest ssl x509
What does "subject" mean in certificate?

The related link is this MSDN article. I am always confused about the term "subject", for example, sk option "Specifies …

certificate pki x509
How to extract CN from X509Certificate in Java?

I am using a SslServerSocket and client certificates and want to extract the CN from the SubjectDN from the client's …

java ssl x509certificate x509
Certificate subject X.509

According to the X.509, a certificate has an attribute subject. C=US, ST=Maryland, L=Pasadena, O=Brent Baccala, OU=…

certificate x509 asn.1 dn