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..
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
See example hook script section deploy_cert, it should be very easy to just cat those files together and even reload lighttpd when it's done.
@lukas2511 commented on GitHub (Dec 18, 2016):
See example hook script section `deploy_cert`, it should be very easy to just `cat` those files together and even reload lighttpd when it's done.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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.