onur / acme-client

Yet another Let's Encrypt client and library written in Rust.
MIT License
224 stars 33 forks source link

Explicit support for multiple domains #7

Closed ArtemGr closed 7 years ago

ArtemGr commented 7 years ago

Would be nice for letsencrypt-rs to support signing multiple domains, something like this: https://community.letsencrypt.org/t/host-multiple-domains-with-a-single-certificate/20917/2

ArtemGr commented 7 years ago

BTW, signing multiple domains might lead to performance gains:

"Many sites use the same TLS certificate for multiple virtual hosts. The certificate either has a wildcard name, such as '*.example.org' or carries several alternate names. Browsers using HTTP/2 will recognize that and reuse an already opened connection for such hosts." - https://httpd.apache.org/docs/2.4/mod/mod_http2.html