Split create certificate process into two steps #43

Open
opened 2021-09-23 16:52:01 +00:00 by Ghost · 0 comments

Hi, Bruno Albino here. I work for Maestro company, California - L.A. We start using greenlock library to create custom domains with DNS challenges. However, since we are asking to our clients manually put the records into his domain service, we can't create the certificate right after the call in the challenge.set. Our flow would be:

  1. Client submit his domain
  2. We validate, and then call greenlock to "add" that domain (but no create the certificate yet, just to acquire the DNS challenges.
  3. Return to the client the challenges
  4. Client add manually and then try to check that status
  5. With greenlock, we need to grab that first acquired challenge and try to validate again
Hi, Bruno Albino here. I work for Maestro company, California - L.A. We start using greenlock library to create custom domains with DNS challenges. However, since we are asking to our clients manually put the records into his domain service, we can't create the certificate right after the call in the challenge.set. Our flow would be: 1. Client submit his domain 2. We validate, and then call greenlock to "add" that domain (but no create the certificate yet, just to acquire the DNS challenges. 3. Return to the client the challenges 4. Client add manually and then try to check that status 5. With greenlock, we need to grab that first acquired challenge and try to validate again
Sign in to join this conversation.
No Label
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: root/greenlock.js#43
No description provided.