mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-01-11 22:30:44 +01:00
PRIVATE_KEY_RENEW="no" ignored? #261
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 @bortzmeyer on GitHub (Oct 25, 2017).
I want to renew the certificate without changing the key, to use things like DANE or HTTP key pinning. I therefore added:
to /etc/dehydrated/config. Nevertheless, the key is changed when renewal.
Here is the output of dehydrated:
And here is the full config:
@bortzmeyer commented on GitHub (Oct 25, 2017):
I forgot to add: dehydrated version 0.3.1
@bortzmeyer commented on GitHub (Oct 25, 2017):
Sorry for the false alarm, it was actually a wrong DANE configuration on my side (😊). I tested on the whole certificate (selector 0) not just on the key (selector 1).
I'll pay a beer to the dehydrated developer, as an apology.