robin-jones

Results 2 comments of robin-jones

try `.Export(X509ContentType.SerializedCert)` There is also a way to use the certs in their original pem and key format, but I am still working on a blog post for that!

not sure if it helps, but I found that @networkfusion 's example works on Linux (using Docker) if I exclude the RootCA and set `IgnoreCertificateRevocationErrors = true` . Obviously you...