You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- info: `optional(string)` - information/notes for the reject. Can contain up to 4096 characters.
910
909
- time: `optional(int64)` - reject time (number of nanoseconds elapsed since January 1, 1970 UTC). CLI uses the current time for that field.
911
-
- schemaVersion: `optional(uint16)` - Schema version to support backward/forward compatability(default 0)
912
910
- In State: `pki/RejectedCertificates/value/<Certificate's Subject>/<Certificate's Subject Key ID>`
913
911
- Number of required rejects:
914
912
- more than 1/3 of Trustees
@@ -943,7 +941,6 @@ then the certificate will be in a pending state until sufficient number of other
943
941
- revoke-child: `optional(bool)` - to revoke child certificates in the chain - default is false.
944
942
- info: `optional(string)` - information/notes for the revocation proposal. Can contain up to 4096 characters.
945
943
- time: `optional(int64)` - revocation proposal time (number of nanoseconds elapsed since January 1, 1970 UTC). CLI uses the current time for that field.
946
-
- schemaVersion: `optional(uint16)` - Schema version to support backward/forward compatability(default 0)
947
944
- In State: `pki/ProposedCertificateRevocation/value/<Certificate's Subject>/<Certificate's Subject Key ID>`
@@ -1397,7 +1391,6 @@ Revoked certificates can be retrieved by using the [GET_REVOKED_CERT](#get_revok
1397
1391
- revoke-child: `optional(bool)` - if true, then all certificates in the chain signed by the revoked certificate (intermediate, leaf) are revoked as well. If false, only the current root cert is revoked (default: false).
1398
1392
- info: `optional(string)` - information/notes for the revocation. Can contain up to 4096 characters.
1399
1393
- time: `optional(int64)` - revocation time (number of nanoseconds elapsed since January 1, 1970 UTC). CLI uses the current time for that field.
1400
-
- schemaVersion: `optional(uint16)` - Schema version to support backward/forward compatability(default 0)
@@ -1480,7 +1472,6 @@ Revoked certificates can be retrieved by using the [GET_REVOKED_CERT](#get_revok
1480
1472
- revoke-child: `optional(bool)` - if true, then all certificates in the chain signed by the revoked certificate (leaf) are revoked as well. If false, only the current cert is revoked (default: false).
1481
1473
- info: `optional(string)` - information/notes for the revocation. Can contain up to 4096 characters.
1482
1474
- time: `optional(int64)` - revocation time (number of nanoseconds elapsed since January 1, 1970 UTC). CLI uses the current time for that field.
1483
-
- schemaVersion: `optional(uint16)` - Schema version to support backward/forward compatability(default 0)
0 commit comments