Preparing search index...
The search index is not available
handyacme
handyacme
Ca
Class Ca
Hierarchy
Ca
LetsEncrypt
ZeroSSL
BuyPass
Index
Constructors
constructor
Properties
account
directory
env
name
production
Directory
Url
request
staging
Directory
Url
Methods
create
Account
create
Order
export
Account
get
External
Account
import
Account
post
post
As
Get
restore
Authorization
restore
Challenge
restore
Order
set
Account
set
Directory
set
Production
set
Staging
Constructors
constructor
new
Ca
(
)
:
Ca
Returns
Ca
Properties
account
account
:
Account
directory
directory
:
Directory
env
env
:
"staging"
|
"production"
name
name
:
string
production
Directory
Url
production
Directory
Url
:
string
= ""
request
request
:
AuthenticatedRequest
staging
Directory
Url
staging
Directory
Url
:
string
= ""
Methods
create
Account
create
Account
(
email
:
string
)
:
Promise
<
void
>
Parameters
email:
string
Returns
Promise
<
void
>
create
Order
create
Order
(
domains
:
string
[]
)
:
Promise
<
Order
>
Parameters
domains:
string
[]
Returns
Promise
<
Order
>
export
Account
export
Account
(
)
:
Promise
<
ImportAccountOptions
>
Returns
Promise
<
ImportAccountOptions
>
get
External
Account
get
External
Account
(
_account
:
Account
)
:
Promise
<
ExternalAccount
>
Parameters
_account:
Account
Returns
Promise
<
ExternalAccount
>
import
Account
import
Account
(
__namedParameters
:
ImportAccountOptions
)
:
Promise
<
void
>
Parameters
__namedParameters:
ImportAccountOptions
Returns
Promise
<
void
>
post
post
(
url
:
any
, payload
:
any
, options
?:
{}
)
:
Promise
<
Response
>
Parameters
url:
any
payload:
any
options:
{}
= {}
Returns
Promise
<
Response
>
post
As
Get
post
As
Get
(
url
:
any
, options
?:
{}
)
:
Promise
<
Response
>
Parameters
url:
any
options:
{}
= {}
Returns
Promise
<
Response
>
restore
Authorization
restore
Authorization
(
authorizationUrl
:
any
)
:
Promise
<
Authorization
>
Parameters
authorizationUrl:
any
Returns
Promise
<
Authorization
>
restore
Challenge
restore
Challenge
(
challengeUrl
:
any
)
:
Promise
<
Challenge
>
Parameters
challengeUrl:
any
Returns
Promise
<
Challenge
>
restore
Order
restore
Order
(
orderUrl
:
any
)
:
Promise
<
Order
>
Parameters
orderUrl:
any
Returns
Promise
<
Order
>
set
Account
set
Account
(
account
:
Account
)
:
void
Parameters
account:
Account
Returns
void
set
Directory
set
Directory
(
directoryUrl
:
any
)
:
Promise
<
Ca
>
Parameters
directoryUrl:
any
Returns
Promise
<
Ca
>
set
Production
set
Production
(
)
:
Promise
<
Ca
>
Returns
Promise
<
Ca
>
set
Staging
set
Staging
(
)
:
Promise
<
Ca
>
Returns
Promise
<
Ca
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
Modules
handyacme
Ca
constructor
account
directory
env
name
production
Directory
Url
request
staging
Directory
Url
create
Account
create
Order
export
Account
get
External
Account
import
Account
post
post
As
Get
restore
Authorization
restore
Challenge
restore
Order
set
Account
set
Directory
set
Production
set
Staging
Generated using
TypeDoc