We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0626339 commit ed6dbbaCopy full SHA for ed6dbba
content/en/post/2024-12-20-acme-profiles.md
@@ -53,12 +53,12 @@ Content-Type: application/jose+json
53
"protected": base64url(...),
54
"payload": base64url({
55
"profile": "tlsserver",
56
- "identifiers": [
57
- { "type": "dns", "value": "www.example.org" },
58
- { "type": "dns", "value": "example.org" }
59
- ],
60
-}),
61
-"signature": "H6ZXtGjTZyUnPeKn...wEA4TklBdh3e454g"
+ "identifiers": [
+ { "type": "dns", "value": "www.example.org" },
+ { "type": "dns", "value": "example.org" }
+ ],
+ }),
+ "signature": "H6ZXtGjTZyUnPeKn...wEA4TklBdh3e454g"
62
}
63
```
64
0 commit comments