Support ECDSA ? #71

Closed
opened 2025-12-29 00:24:08 +01:00 by adam · 2 comments
Owner

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

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
adam closed this issue 2025-12-29 00:24:08 +01:00
Author
Owner

@germeier commented on GitHub (Mar 2, 2016):

Use the command line parameter "--algo":

./letsencrypt.sh -h | grep algo
 --algo (-a) rsa|prime256v1|secp384r1 Which public key algorithm should be used? Supported: rsa, prime256v1 and secp384r1

Or set KEY_ALGO in config.sh:

# Which public key algorithm should be used? Supported: rsa, prime256v1 and secp384r1
#KEY_ALGO=rsa
@germeier commented on GitHub (Mar 2, 2016): Use the command line parameter "--algo": ``` ./letsencrypt.sh -h | grep algo --algo (-a) rsa|prime256v1|secp384r1 Which public key algorithm should be used? Supported: rsa, prime256v1 and secp384r1 ``` Or set KEY_ALGO in config.sh: ``` # Which public key algorithm should be used? Supported: rsa, prime256v1 and secp384r1 #KEY_ALGO=rsa ```
Author
Owner

@it-can commented on GitHub (Mar 2, 2016):

thanks!

@it-can commented on GitHub (Mar 2, 2016): thanks!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/dehydrated#71