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

Support for separate key files #65

Closed
mikl opened this issue Feb 7, 2016 · 4 comments · Fixed by #218
Closed

Support for separate key files #65

mikl opened this issue Feb 7, 2016 · 4 comments · Fixed by #218
Assignees

Comments

@mikl
Copy link

mikl commented Feb 7, 2016

As far as I can see, Hitch only supports having certificate and private key (and dhparams) all in one file. While there's a nice simplicity to this, all other tools I've worked expects (and in many case, only supports) having the key in a separate file from the cert.

Especially with new tools like Let's Encrypt, Hitch's unique demand for monolithic files is irksome, as you need to regenerate the cert every four months (which is relatively painless, if you're using their scripts, since they provide symlinks to the current cert + key that are automatically updated when the cert is regenerated). It would be great if Hitch could support a similar setup to other software using TLS.

@lkarsten
Copy link
Contributor

Hi.

This is currently being developed and will be part of the next release.

In the mean time, you can use a Let's Encrypt client that has support for Hitch: https://github.com/hlandau/acme#comparison-list-of-client-implementations

Closing this as we don't keep feature requests in the bug tracker.

@lkarsten lkarsten reopened this Oct 14, 2016
@lkarsten
Copy link
Contributor

We forgot about this for 1.2.0. Reopening so we can have another look at it.

@michaelkennedy
Copy link

Looks like this has not been resolved yet. (as of 1.4.6-1)

Is it likely to make it into any future release?

@dmatetelki dmatetelki self-assigned this Oct 13, 2017
@denisbr
Copy link
Contributor

denisbr commented Oct 13, 2017

@michaelkennedy This feature request is being evaluated, in the mean time you could always have a look at this tutorial for how to use Certbot with Hitch through update hooks:
https://docs.varnish-software.com/tutorials/hitch-letsencrypt/

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

Successfully merging a pull request may close this issue.

5 participants