mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-01-13 23:23:32 +01:00
Feature - if KEY_ALGO changed from algo of previously generated key - should ignore the 30 day renewal #546
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 @nneul on GitHub (Jul 31, 2021).
I had been running with defaults, updated, and unintentionally generated some EC keys. Changing to explicitly setting KEY_ALGO to rsa did not regenerate cert without a force.
It seems that if the requested configuration doesn't match the content of the most recent cert, it should be requesting a new cert regardless of expiration.
This is obviously a preference/design question, I could see argument going either way.
@nneul commented on GitHub (Jul 31, 2021):
Just to be clear - my install was fairly outdated - from sometime last year before you added the KEY_ALGO=secp384r1 default change.