Skip to content

Commit ed6dbba

Browse files
Code formatting
1 parent 0626339 commit ed6dbba

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

content/en/post/2024-12-20-acme-profiles.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,12 @@ Content-Type: application/jose+json
5353
"protected": base64url(...),
5454
"payload": base64url({
5555
"profile": "tlsserver",
56-
"identifiers": [
57-
{ "type": "dns", "value": "www.example.org" },
58-
{ "type": "dns", "value": "example.org" }
59-
],
60-
}),
61-
"signature": "H6ZXtGjTZyUnPeKn...wEA4TklBdh3e454g"
56+
"identifiers": [
57+
{ "type": "dns", "value": "www.example.org" },
58+
{ "type": "dns", "value": "example.org" }
59+
],
60+
}),
61+
"signature": "H6ZXtGjTZyUnPeKn...wEA4TklBdh3e454g"
6262
}
6363
```
6464

0 commit comments

Comments
 (0)