mirror of https://github.com/shred/acme4j
Add support for draft-aaron-acme-profiles
parent
c7ec1d933e
commit
a6469071fa
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"identifiers": [
|
||||
{
|
||||
"type": "dns",
|
||||
"value": "example.org"
|
||||
}
|
||||
],
|
||||
"profile": "classic"
|
||||
}
|
|
@ -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"
|
||||
}
|
Loading…
Reference in New Issue