Acme Orders
- 04 Oct 2024
- 1 Minute to read
- Print
- DarkLight
- PDF
Acme Orders
- Updated on 04 Oct 2024
- 1 Minute to read
- Print
- DarkLight
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
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 |
Was this article helpful?