Closed jariq closed 2 years ago
As shown in #28, CA cert/key managed by Pkcs11Interop.X509Store can be used for issuing/generation of X.509 certificates via System.Security.Cryptography.X509Certificates.CertificateRequest::Create method. Let's explore this as a feature.
System.Security.Cryptography.X509Certificates.CertificateRequest::Create
This feature will be published today in Pkcs11Interop.X509Store 0.4.0.
As shown in #28, CA cert/key managed by Pkcs11Interop.X509Store can be used for issuing/generation of X.509 certificates via
System.Security.Cryptography.X509Certificates.CertificateRequest::Create
method. Let's explore this as a feature.