You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When terminating TLS for several applications on a single server (e.g. webserver, mailserver, xmpp), sometimes you have to provide the certificate and the intermediate in separate files, sometimes in one.
I'd like letsencrypt-rs to be able to handle that, via multiple options.
Instead of -c appending the intermediate, there could be:
-o for the certificate only
-i for the intermediate only
-c (or something non-conflicting) for the whole chain
It might very well be that this is already possible and I just missed it though.
The text was updated successfully, but these errors were encountered:
Add option to save intermediate certificate and make `-c` to save
signed certificate chain. `-o` option only saves signed certificate now
and `-c` will save signed certificate chain. (Closes: #19)
When terminating TLS for several applications on a single server (e.g. webserver, mailserver, xmpp), sometimes you have to provide the certificate and the intermediate in separate files, sometimes in one.
I'd like
letsencrypt-rs
to be able to handle that, via multiple options.Instead of
-c
appending the intermediate, there could be:-o
for the certificate only-i
for the intermediate only-c
(or something non-conflicting) for the whole chainIt might very well be that this is already possible and I just missed it though.
The text was updated successfully, but these errors were encountered: