Create PEM-file combining certificate and key #155

Closed
opened 2025-12-29 00:26:08 +01:00 by adam · 1 comment
Owner

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

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
adam closed this issue 2025-12-29 00:26:09 +01:00
Author
Owner

@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.

@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.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/dehydrated#155