mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-03-01 13:47:38 +01:00
Make symlink names configurable #204
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 @leeps on GitHub (Mar 20, 2017).
dehydrated creates symlinks to the current PEM-encoded certificate files. These are named
cert.pem(andcert.csr) for the certificate (resp. the CSR)chain.pemfor the intermediary certifcate, which the server needs to send toofullchain.pemfor the concatenation of the above twoprivkey.pemfor the file containing the private keyPlease make the names of these links configurable. It would help with integration where not all certificates are managed by dehydrated.
@lukas2511 commented on GitHub (Jul 10, 2017):
For integration you can use a
deploy_certhook, this hook is exactly intended for that purpose. Just write a simple script that copies the certificates to where you want them.