mirror of https://github.com/shred/acme4j
Fix outdated newAccount test response
parent
87bbb9efbf
commit
d9186ede14
|
@ -1,6 +1,8 @@
|
||||||
{
|
{
|
||||||
|
"status": "valid",
|
||||||
"termsOfServiceAgreed": true,
|
"termsOfServiceAgreed": true,
|
||||||
"contact": [
|
"contact": [
|
||||||
"mailto:foo@example.com"
|
"mailto:foo@example.com"
|
||||||
]
|
],
|
||||||
|
"orders": "https://example.com/acme/orders/rzGoeA"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue