webpki
webpki copied to clipboard
Generate certificate
I'd like to generate a self signed certificate etc in Rust without using openssl. Is this the right project for that, and what's the clearest path? I can't seem to find any discussion of this when searching around.
Consider https://github.com/est31/rcgen perhaps.
That should do for now. Thanks!