Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

explicit options to install cert, intermediate and chain #19

Closed
1 of 3 tasks
benaryorg opened this issue Jan 17, 2018 · 0 comments
Closed
1 of 3 tasks

explicit options to install cert, intermediate and chain #19

benaryorg opened this issue Jan 17, 2018 · 0 comments

Comments

@benaryorg
Copy link
Contributor

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.

onur added a commit that referenced this issue Feb 27, 2018
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)
@onur onur closed this as completed in #28 Feb 28, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant