BiagioFesta / wtransport

Async-friendly WebTransport implementation in Rust
Apache License 2.0
402 stars 27 forks source link

Simple library method for self-signed cert generation #99

Closed BiagioFesta closed 10 months ago

BiagioFesta commented 10 months ago

It might be useful having something like:

let cert = Certificate::self_signed();

To properly replace gencert, we need a method to compute fingerprint as well