salvo-rs / salvo

A powerful web framework built with a simplified design.
https://salvo.rs
Apache License 2.0
2.92k stars 172 forks source link

Adding EC private keys to rustls config #787

Closed melefo closed 1 month ago

melefo commented 1 month ago

Hello,

I rely on Caddy to automatically generate and renew TLS certificates. By default, they use the ED25519 algorithm to generate a private key. To make use of their certificates, I included the EC private keys in the rustls configuration.

Let me know if I forgot something or if I did something wrong. Thank you for this amazing project!

chrislearn commented 1 month ago

Thanks