mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-01-11 22:30:44 +01:00
Support ECDSA ? #71
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 @it-can on GitHub (Mar 2, 2016).
Letsencrypt now supports ECDSA how can I use this with your script?
https://twitter.com/letsencrypt/status/697504441075798016
@germeier commented on GitHub (Mar 2, 2016):
Use the command line parameter "--algo":
Or set KEY_ALGO in config.sh:
@it-can commented on GitHub (Mar 2, 2016):
thanks!