Acme Orders

Prev Next

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

This command returns the ACME order task, if any:

Get-LiquitAcmeOrder -Domain $ZoneDomain

Request-LiquitAcmeOrder

Synopsis

This command is used to request a new ACME order for a domain.

Syntax

Request-LiquitAcmeOrder
[-Domain] <ZoneDomain[]> 
[-LiquitContext <LiquitContext>] 

Example

This command returns the new ACME order task:

Request-LiquitAcmeOrder -Domain $ZoneDomain

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