Skip to content
This repository has been archived by the owner on Apr 17, 2024. It is now read-only.

Latest commit

 

History

History
20 lines (16 loc) · 1.31 KB

CertificateKeyPair.md

File metadata and controls

20 lines (16 loc) · 1.31 KB

CertificateKeyPair

Properties

Name Type Description Notes
pk UUID [readonly]
name String
fingerprintSha256 String Get certificate Hash (SHA256) [readonly]
fingerprintSha1 String Get certificate Hash (SHA1) [readonly]
certExpiry Date Get certificate expiry [readonly]
certSubject String Get certificate subject as full rfc4514 [readonly]
privateKeyAvailable Bool Show if this keypair has a private key configured or not [readonly]
privateKeyType String Get the private key's type, if set [readonly]
certificateDownloadUrl String Get URL to download certificate [readonly]
privateKeyDownloadUrl String Get URL to download private key [readonly]
managed String Objects that are managed by authentik. These objects are created and updated automatically. This flag only indicates that an object can be overwritten by migrations. You can still modify the objects via the API, but expect changes to be overwritten in a later update. [readonly]

[Back to Model list] [Back to API list] [Back to README]