mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-01-11 22:30:44 +01:00
keys: create per domain, create entropy #56
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 @basbebe on GitHub (Feb 10, 2016).
It would be great to have an option for creating a separate key for every domain in use.
It would also be nice if it would be possible to create some entropy before regenerating keys, just like calomel does:
https://calomel.org/lets_encrypt_client.html
@lukas2511 commented on GitHub (Feb 10, 2016):
Certificate keys are per certificate, the only shared part is the account key.
Generating entropy shouldn't be the job of this script, if you are running low on entropy you should run haveged or configure some other way of generating entropy.