Acme Orders
  • 04 Oct 2024
  • 1 Minute to read
  • Dark
    Light
  • PDF

Acme Orders

  • Dark
    Light
  • PDF

Article summary

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

NameValueDescriptionRequiredDefault value
Domain<ZoneDomain[]>The domain for which you want to return the ACME order task.
LiquitContext<LiquitContext>Determines the selected zone.NoDefault

Was this article helpful?

What's Next