hostlocal - v2.2.0
Preparing search index...
index
KeyCert
Interface KeyCert
interface
KeyCert
{
ca
:
undefined
|
KeyCert
;
cert
:
string
;
delete
(
opts
:
RequiredCertOptions
)
:
Promise
<
void
>
;
issuer
:
string
;
key
:
undefined
|
string
;
name
:
string
;
notAfter
:
Date
;
notBefore
:
Date
;
san
:
undefined
|
GeneralName
[]
;
serial
:
string
;
subject
:
string
;
write
(
opts
:
RequiredCertOptions
)
:
Promise
<
void
>
;
}
Index
Properties
ca
cert
issuer
key
name
not
After
not
Before
san
serial
subject
Methods
delete
write
Properties
Readonly
ca
ca
:
undefined
|
KeyCert
Readonly
cert
cert
:
string
Readonly
issuer
issuer
:
string
Readonly
key
key
:
undefined
|
string
Readonly
name
name
:
string
Readonly
not
After
notAfter
:
Date
Readonly
not
Before
notBefore
:
Date
Readonly
san
san
:
undefined
|
GeneralName
[]
Readonly
serial
serial
:
string
Readonly
subject
subject
:
string
Methods
delete
delete
(
opts
:
RequiredCertOptions
)
:
Promise
<
void
>
Parameters
opts
:
RequiredCertOptions
Returns
Promise
<
void
>
write
write
(
opts
:
RequiredCertOptions
)
:
Promise
<
void
>
Parameters
opts
:
RequiredCertOptions
Returns
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
ca
cert
issuer
key
name
not
After
not
Before
san
serial
subject
Methods
delete
write
GitHub
Documentation
hostlocal - v2.2.0
Loading...