mirror of https://github.com/shred/acme4j
Fix syntax error in test JSON
parent
bd485c23ef
commit
a8047704aa
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"newNonce": "https://example.com/acme/new-nonce",
|
"newNonce": "https://example.com/acme/new-nonce",
|
||||||
"newAccount": "https://example.com/acme/new-account",
|
"newAccount": "https://example.com/acme/new-account",
|
||||||
"newOrder": "https://example.com/acme/new-order"
|
"newOrder": "https://example.com/acme/new-order",
|
||||||
"newAuthz": "https://example.com/acme/new-authz",
|
"newAuthz": "https://example.com/acme/new-authz",
|
||||||
"meta": {
|
"meta": {
|
||||||
"termsOfService": "https://example.com/acme/terms",
|
"termsOfService": "https://example.com/acme/terms",
|
||||||
|
|
Loading…
Reference in New Issue