Make symlink names configurable #204

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

Originally created by @leeps on GitHub (Mar 20, 2017).

dehydrated creates symlinks to the current PEM-encoded certificate files. These are named

  • cert.pem (and cert.csr) for the certificate (resp. the CSR)
  • chain.pem for the intermediary certifcate, which the server needs to send too
  • fullchain.pem for the concatenation of the above two
  • privkey.pem for the file containing the private key

Please make the names of these links configurable. It would help with integration where not all certificates are managed by dehydrated.

Originally created by @leeps on GitHub (Mar 20, 2017). dehydrated creates symlinks to the current PEM-encoded certificate files. These are named - `cert.pem` (and `cert.csr`) for the certificate (resp. the CSR) - `chain.pem` for the intermediary certifcate, which the server needs to send too - `fullchain.pem` for the concatenation of the above two - `privkey.pem` for the file containing the private key Please make the names of these links configurable. It would help with integration where not all certificates are managed by dehydrated.
adam closed this issue 2025-12-29 01:18:53 +01:00
Author
Owner

@lukas2511 commented on GitHub (Jul 10, 2017):

For integration you can use a deploy_cert hook, this hook is exactly intended for that purpose. Just write a simple script that copies the certificates to where you want them.

@lukas2511 commented on GitHub (Jul 10, 2017): For integration you can use a `deploy_cert` hook, this hook is exactly intended for that purpose. Just write a simple script that copies the certificates to where you want them.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/dehydrated#204