quinn-rs / quinn

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

Docs: Use fullchain.pem in the certbot example #1577

Closed DontBreakAlex closed 1 year ago

DontBreakAlex commented 1 year ago

Updates the guide book to suggest using fullchain.pem and not cert.pem.

Closes https://github.com/quinn-rs/quinn/issues/1573

djc commented 1 year ago

Thanks!