mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-01-11 22:30:44 +01:00
support generating keys for more than one key algorithm #323
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 @martin21 on GitHub (Apr 2, 2018).
Currently it seems KEY_ALGO can only be set to one value. I´d like dehydrated to generate RSA and secp384r1 keys automatically.
I think I may work with two config files, two cron jobs and two different certificate directories but for example acme.sh can do both. So it would be nice if dehydrated can do it as well.
@lukas2511 commented on GitHub (Apr 2, 2018):
Duplicate of #499. Thanks for the suggestion anyway! I'll be working on this very soon!
@martin21 commented on GitHub (Apr 2, 2018):
Sorry, I missed #499 as I looked for duplicates. Subscribed there. Thank you.