Sticky: ACME v2 (now available) #5
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
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?
Hello,
does greenlock support ACME v2. The last update is already a few month ago, so I assume it does not.
Any Plans to support it?
https://community.letsencrypt.org/t/acme-v2-production-environment-wildcards/55578
Greetings Nils
Landed in v2.2.4
or
Not yet. I'm looking into it and I would love help.According to that document this is the latest draft of the standard:
https://tools.ietf.org/html/draft-ietf-acme-acme-10
This is the new directory URL:
https://acme-staging-v02.api.letsencrypt.org/directory
I'm trying to understand what the technical differences are between the old implementation and the new.
I do know that only http and dns challenges will be supported at present.
Updated flow (in section 7.1):
The ACME v1 protocol library is here https://git.coolaj86.com/coolaj86/le-acme-core.js
I'm building out the ACME v2 library here https://git.coolaj86.com/coolaj86/acme-v2.js
Create Account
Create Authorization
New Order 7.4. Applying for Certificate Issuance
Respond to Challenges 7.5.1. Responding to Challenges
HTTP-01 7.5.1. Responding to Challenges
Key Authorization:
Good news, I've got a very simple hard-coded test working with the v2 API.
:)
The next step will be to match the previous API method names and parameters, if possible. I suspect that the abstract API will be backwards compatible.
https://git.coolaj86.com/coolaj86/acme-v2.js
Great news! Let's Encrypt v2 (ACME draft 11) support has landed and is published on npm!
v2.2.0
It works for me both forwards and backwards compatible. Please try it out and let me know that it works for you.
ACME v2to Sticky: ACME v2 (now available)