File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,10 +5,10 @@ Method: POST
5
5
6
6
Required parameters:
7
7
8
- * serial: a string specifying the serial number of a certificate
8
+ * serial: a string specifying the serial number of a certificate in decimal format
9
9
* authority_key_id: a string specifying the authority key identifier
10
10
of the certificate to be revoked; this is used to distinguish
11
- which private key was used to sign the certificate.
11
+ which private key was used to sign the certificate. Should be formatted without colons and all lowercase.
12
12
* reason: a string identifying why the certificate was revoked; see,
13
13
for example, ReasonStringToCode in the ocsp package or section
14
14
4.2.1.13 of RFC 5280. The "reasons" used here are the ReasonFlag
@@ -21,6 +21,6 @@ Result:
21
21
Example:
22
22
23
23
$ curl -d '{"serial": "7961067322630364137", \
24
- "authority_key_id": "00:01:02:03:04:05:07 ", \
24
+ "authority_key_id": "a0b1c2d3e4f5 ", \
25
25
"reason": "superseded"}' \
26
26
${CFSSL_HOST}/api/v1/cfssl/revoke
You can’t perform that action at this time.
0 commit comments