quinn-rs / quinn

Async-friendly QUIC implementation in Rust
Apache License 2.0
3.76k stars 380 forks source link

any automatic letsencrypt auto renewal cert example? #1321

Closed hiqsociety closed 2 years ago

hiqsociety commented 2 years ago

any automatic letsencrypt auto renewal cert example?

great work by the way.

djc commented 2 years ago

I don't see how QUIC and ACME are connected. In principle you should be able to use any ACME clients that work with rustls.

Ralith commented 2 years ago

Automated certificate acquisition/renewal is well out of scope of quinn('s documentation), as it involves considerable additional complexity such as a web server and tends to be deployment-specific. Off-the-shelf tools like certbot should work fine.