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 programmatically create an X.509 certificate in .NET?

I'd like to create a new X.509 certificate in .NET, that meet the hash algorithm and key length requirements that …

.net cryptography x509
Bouncy Castle's X509V3CertificateGenerator.SetSignatureAlgorithm marked obsolete. What do I do?

I am trying to create a self-signed trusted certificate. I am using Bouncy Castle from nuget, and the answer on …

c# .net ssl-certificate bouncycastle x509
KeyVault generated certificate with exportable private key

I'm attempting to create a self signed certificate in KeyVault using the "Self" issuer. $policy = New-AzureKeyVaultCertificatePolicy -SubjectName "CN=$($certificateName)" -IssuerName "…

powershell x509 private-key azure-powershell azure-keyvault
How do I create and sign certificates with Python's pyOpenSSL?

I would like to use python to create a CA certificate, and client certificates that I sign with it. I …

python ssl x509 pyopenssl
On certificates, what type should E-mail addresses be when in subjectAltName

Little bit of background: I'm building a certificate authority using M2Crypto and Django, so please think twice before voting …

openssl x509 m2crypto
What is the difference between req_extensions in config and -extensions on command line?

The sample openssl root ca config from the OpenSSL Cookbook defines the following (p40): [req] ... req_extensions = ca_ext [ca_…

openssl x509 csr pkcs#10
validating X.509 certificate on linux

I have just started working with X.509 certificates. Can any one tell me how to go about validating a certificate …

c linux openssl x509 nss
Distinguished Name length constraint in X.509 certificate

In the common name field of the DN of a X509 certificate, as defined in ASN.1 notation for OID "2.5.4.3", the …

openssl x509 asn.1
Creating google oauth X.509 certificate in PEM format within Mac OS X

I am currently in the process of setting up the Google oauth for my site and I was wondering if …

macos oauth certificate x509 authsub
How to determine length of X509 Public Key

How do I determine the length (in bits) of an X509 Public Key in Java? I'm looking to get the …

java x509certificate x509