Top "X509certificate" questions

X509Certificate is the name of .NET and Java classes for handling X.509 certificates.

add or create 'Subject Alternative Name' field to self-signed certificate using makecert

How can I create a certificate using makecert with a 'Subject Alternative Name' field ? You can add some fields eg, …

certificate x509certificate self-signed makecert
How to create a X509 certificate using Java?

I want to create a X509 certificate using Java language and then extract public key from it. I have searched …

java certificate x509certificate public-key
Kubernetes: expired certificate

Our Kubernetes 1.6 cluster had certificates generated when the cluster was built on April 13th, 2017. On December 13th, 2017, our cluster was …

kubernetes x509certificate kubernetes-apiserver
How to get server certificate chain then verify it's valid and trusted in Java

I need to create an Https connection with a remote server then retrieve and verify the certificate. I have established …

java x509certificate
Generate X509Certificate from byte[]?

Is there a possibility to generate an java.security.cert.X509Certificate from an byte[]?

java x509certificate
Get Private Key from BouncyCastle X509 Certificate? C#

Normally when I grab an X509Certificate2 out of my keystore I can call .PrivateKey to retrieve the cert's private …

c# x509certificate bouncycastle private-key
X.509 certificate can't find with "FindBySubjectName"

After a brutal struggle with WCF Security, I think I'm at the final stage now and can see the light. …

wcf ssl certificate x509certificate wcf-security
Is it possible to programmatically generate an X509 certificate using only C#?

We're trying to generate an X509 certificate (including the private key) programmatically using C# and the BouncyCastle library. We've tried …

c# x509certificate bouncycastle pki x509
Docker pull error : x509: certificate has expired or is not yet valid

Description of problem: I'm trying to pull ubuntu from the public registry with this command : docker pull ubuntu And then …

ubuntu docker x509certificate pull crt
Encrypt / Decrypt in C# using Certificate

I'm having trouble finding a good example in encrypting / decrypting strings in C# using a certificate. I was able to …

c# encryption certificate x509certificate x509