bc-csharp icon indicating copy to clipboard operation
bc-csharp copied to clipboard

Adds authorization information access to the certificate

Open qq1176914912 opened this issue 2 years ago • 1 comments

Why can't I find an instance to add authorization information access to the certificate?

qq1176914912 avatar Mar 17 '22 09:03 qq1176914912

If I want to generate a certificate with OCSP, do I need to add the extension 'authorization information access' to the certificate?

qq1176914912 avatar Mar 17 '22 09:03 qq1176914912

@qq1176914912 use the Org.BouncyCastle.Asn1.X509.AuthorityInformationAccess class and its instance in the certificate generator Org.BouncyCastle.X509.X509V3CertificateGenerator.

harrison314 avatar Jan 23 '23 11:01 harrison314