Skip to content

add load order and access order url methods#66

Open
muhammedbehram wants to merge 1 commit intoalgesten:masterfrom
muhammedbehram:add-load-order
Open

add load order and access order url methods#66
muhammedbehram wants to merge 1 commit intoalgesten:masterfrom
muhammedbehram:add-load-order

Conversation

@muhammedbehram
Copy link
Copy Markdown

I created this PR for a specific case of mine, I believe it will be a nice addition to this library.

1. Initiate Flow

  • Create a new ACME order for the target domain.
  • Extract and return:
    • Order URL
    • Challenge token
    • Challenge proof
  • Persist those three values in your database.

2. Verify Flow

  • Load the existing ACME order by its saved Order URL.
  • Execute the HTTP-challenge validation (validate()).
  • Refresh the order status (refresh()).
  • Update the database record to mark the challenge as Success or Failure.

Why This Helps

  • Clear Separation: Initiation only sets up the challenge; verification only checks it.
  • Deferred Verification: You can trigger verification later (webhook, manual button, scheduled job).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant