mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-01-13 15:13:33 +01:00
generate Merged (key + fullchain) output #324
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 @sHorst on GitHub (Apr 3, 2018).
I have some software, which prefferes to get a combined key and fullchain pem so only one file is loaded. It would be great, if the script would generate this in the certs directory next to the other output files, like fullchain (which is a combination of chain and cert as well) etc.
Right now i can do it with a hook, but it would be great, if you just run the script, and the combined/merged/privkey_fullchain/full.pem whould be generated
@lukas2511 commented on GitHub (Apr 3, 2018):
I don't want to add this feature, most software can handle separate files and I think that should be encouraged. If you need something like this you can easily create a hookscript to cat those files together. Thanks for the suggestion anyway!