mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-01-11 22:30:44 +01:00
Create PEM-file combining certificate and key #155
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @tinloaf on GitHub (Oct 10, 2016).
Hi,
dehydrated already very handily creates the chain-PEMs, but e.g. lighttpd[0] requires a PEM file that's a combination of the key and the certificate. Would it be possible to also create that? I could probably do that through a hook, but that seems kind of bothersome..
Thanks a lot,
Lukas
[0] http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs_SSL
@lukas2511 commented on GitHub (Dec 18, 2016):
See example hook script section
deploy_cert, it should be very easy to justcatthose files together and even reload lighttpd when it's done.