-
-
Notifications
You must be signed in to change notification settings - Fork 5.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ECDSA account key support #76
Comments
yes, adding it |
$ ./acme.sh --staging --issue -d acmesh.imperialus.house --dns dns_cf --keylength ec-256 |
Show me your version:
|
@FernandoMiguel |
Didn't charge anything, was just trying to generate an elliptic curve key instead of rsa. Please advise |
Paste the debug log here: https://github.com/Neilpang/acme.sh/wiki/How-to-debug-acme.sh |
$ ./acme.sh --staging --issue -d acmeshEC256.imperialus.house --dns dns_cf --keylength ec-256 --debug FYI, this subdomain didnt exist prior to run this command , not sure if an A record is required |
add |
I hope i've removed all API keys, but let me know if i'm exposing something that needs to be revoked.
|
@FernandoMiguel Please upgrade to latest code and try again:
|
|
@FernandoMiguel
|
$ alias acme.sh="/Users/Fernando/.acme.sh/acme.sh" |
|
these two lines at the end are new |
然而 account key 还是只支持RSA嘛。 |
@Rememberli i noticed the same.... no idea what's going on |
@Rememberli @Rememberli RSA account key seems working good. It's just the account key, not the domain key. I will fix this later when I have time. |
According to letsencrypt/boulder#1357, LE support ECDSA account key now, will you change to ECDSA ?
The text was updated successfully, but these errors were encountered: