mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-01-11 22:30:44 +01:00
Please add option --reuse-key #435
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 @msebald on GitHub (Sep 17, 2019).
Is it possible to add the --reuse-key option? I am looking into this right now because of DANE TLSA records, see here: https://community.letsencrypt.org/t/please-avoid-3-0-1-and-3-0-2-dane-tlsa-records-with-le-certificates/7022/17
@txr13 commented on GitHub (Sep 17, 2019):
You can set the option
PRIVATE_KEY_RENEW="no"in your config file. If you don't want that to be a global default, you can also set this option in a per-certificate config file.@msebald commented on GitHub (Sep 17, 2019):
Great, thank you very much. I just set this option in my config files. Scripts still work, but it will take some days until some certs expire. But I'm closing this issue right now, I am sure it works. :-)