-
Notifications
You must be signed in to change notification settings - Fork 137
ACME Respond Challenge REST API
Endi S. Dewata edited this page Jan 4, 2022
·
2 revisions
This operation submits a response to an ACME challenge as defined in RFC 8555 Section 7.5.1.
POST /acme/chall/prV_B7yEyA4 HTTP/1.1 Host: example.com Content-Type: application/jose+json { "protected": base64url({ "alg": "ES256", "kid": "https://example.com/acme/acct/evOfKhNU60wg", "nonce": "Q_s3MWoqT05TrdkM2MTDcw", "url": "https://example.com/acme/chall/prV_B7yEyA4" }), "payload": base64url({}), "signature": "9cbg5JO1Gf5YLjjz...SpkUfcdPai9uVYYQ" }
Tip
|
To find a page in the Wiki, enter the keywords in search field, press Enter, then click Wikis. |