Get-LiquitAcmeOrder
Synopsis
This command gets the last or currently running ACME order task of a domain.
Syntax
Get-LiquitAcmeOrder
[-Domain] <ZoneDomain[]>
[-LiquitContext <LiquitContext>]
Example
Get-LiquitAcmeOrder -Domain $ZoneDomain
This command returns the ACME order task, if any.
Request-LiquitAcmeOrder
Synopsis
This command is used to request a new ACME order for a domain.
Syntax
Request-LiquitAcmeOrder
[-Domain] <ZoneDomain[]>
[-LiquitContext <LiquitContext>]
Example
Request-LiquitAcmeOrder -Domain $ZoneDomain
This command returns the new ACME order task.
Parameters
Name | Value | Description | Required | Default value |
---|---|---|---|---|
Domain | <ZoneDomain[]> |
The domain for which you want to return the ACME order task. | ||
LiquitContext | <LiquitContext> |
Determines the selected zone. | No | Default |