cloudflare/boring

Conversion from rustls certificate

AurelienFT opened this issue · 1 comments

Hello,

I want to use a rustls certificate to build a SslContext I found the method set_certificate that take a X509Cert but I don't find any way to set a rustls certificate.

I could write it as a temp file and then read it but it seems very suboptimal.

Thanks for reading my message and potentially answer it :)