Add support for draft-aaron-acme-profiles

master
Jared Crawford 2025-01-09 19:34:16 -05:00 committed by Richard Körber
parent c85f4a627b
commit 6e9c266b17
2 changed files with 25 additions and 0 deletions

View File

@ -0,0 +1,9 @@
{
"identifiers": [
{
"type": "dns",
"value": "example.org"
}
],
"profile": "classic"
}

View File

@ -0,0 +1,16 @@
{
"status": "pending",
"expires": "2016-01-10T00:00:00Z",
"identifiers": [
{
"type": "dns",
"value": "example.org"
}
],
"authorizations": [
"https://example.com/acme/authz/1234",
"https://example.com/acme/authz/2345"
],
"finalize": "https://example.com/acme/acct/1/order/1/finalize",
"profile": "classic"
}