hetzner-ts
Preparing search index...
security/types
Certificate
Interface Certificate
interface
Certificate
{
certificate
:
string
;
created
:
string
;
domain_names
:
string
[]
;
fingerprint
:
string
;
id
:
number
;
labels
:
Record
<
string
,
string
>
;
name
:
string
;
not_valid_after
:
string
;
not_valid_before
:
string
;
status
:
CertificateStatus
;
type
:
CertificateType
;
}
Index
Properties
certificate
created
domain_
names
fingerprint
id
labels
name
not_
valid_
after
not_
valid_
before
status
type
Properties
certificate
certificate
:
string
created
created
:
string
domain_
names
domain_names
:
string
[]
fingerprint
fingerprint
:
string
id
id
:
number
labels
labels
:
Record
<
string
,
string
>
name
name
:
string
not_
valid_
after
not_valid_after
:
string
not_
valid_
before
not_valid_before
:
string
status
status
:
CertificateStatus
type
type
:
CertificateType
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
certificate
created
domain_
names
fingerprint
id
labels
name
not_
valid_
after
not_
valid_
before
status
type
hetzner-ts
Loading...