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.
907
906
- time: `optional(int64)` - reject time (number of nanoseconds elapsed since January 1, 1970 UTC). CLI uses the current time for that field.
907
+
- schemaVersion: `optional(uint16)` - Schema version to support backward/forward compatability(default 0)
908
908
- In State: `pki/RejectedCertificates/value/<Certificate's Subject>/<Certificate's Subject Key ID>`
909
909
- Number of required rejects:
910
910
- more than 1/3 of Trustees
@@ -938,7 +938,6 @@ then the certificate will be in a pending state until sufficient number of other
938
938
- info: `optional(string)` - information/notes for the revocation proposal. Can contain up to 4096 characters.
939
939
- time: `optional(int64)` - revocation proposal time (number of nanoseconds elapsed since January 1, 1970 UTC). CLI uses the current time for that field.
940
940
- schemaVersion: `optional(uint16)` - Schema version to support backward/forward compatability(default 0)
941
-
942
941
- In State: `pki/ProposedCertificateRevocation/value/<Certificate's Subject>/<Certificate's Subject Key ID>`
0 commit comments