docs/interfaces/management.Management.SigningKeys.html
interface SigningKeys {
kid: string;
cert: string;
pkcs7?: string;
current?: boolean;
next?: boolean;
previous?: boolean;
current_since?: SigningKeysDate;
current_until?: SigningKeysDate;
fingerprint: string;
thumbprint: string;
revoked?: boolean;
revoked_at?: SigningKeysDate;
}
kidcertpkcs7?current?next?previous?current_since?current_until?fingerprintthumbprintrevoked?revoked_at?
kid: string
The key id of the signing key
cert: string
The public certificate of the signing key
Optionalpkcs7pkcs7?: string
The public certificate of the signing key in pkcs7 format
Optionalcurrentcurrent?: boolean
True if the key is the the current key
Optionalnextnext?: boolean
True if the key is the the next key
Optionalpreviousprevious?: boolean
True if the key is the the previous key
Optionalcurrent_sincecurrent_since?: SigningKeysDate
Optionalcurrent_untilcurrent_until?: SigningKeysDate
fingerprint: string
The cert fingerprint
thumbprint: string
The cert thumbprint
Optionalrevokedrevoked?: boolean
True if the key is revoked
Optionalrevoked_atrevoked_at?: SigningKeysDate
Member Visibility
ThemeOSLightDark
Properties kidcertpkcs7currentnextpreviouscurrent_sincecurrent_untilfingerprintthumbprintrevokedrevoked_at