SimpleBrowserDotNet/SimpleBrowser

How to set certificate (.cer .key) file in Simple Browser?

villar35738 opened this issue · 2 comments

How to set certificate (.cer .key) file in Simple Browser?

I don't know that you can. It looks like .NET (and therefore SimpleBrowser) only supports .pem files. If you can convert your .cer/.key to a .pem, use the Browser.SetCertificate method.

I've used X509CertificateCollection and it works. Thanks!