acme.sh-dns Verified for current stable LTS

Acme.sh Dns Command: Issue Certificate Dns Alias

An engineer would use the command 'acme.sh --issue --dns {{dns_cf}} --domain {{example.com}} --challenge-alias {{alias-for-example-validation.com}}' to obtain a Let's Encrypt SSL certificate for 'example.com' while validating ownership through a DNS challenge that uses an alias domain to streamline the validation process. Exact CLI syntax to issue certificate dns alias using Acme.sh Dns.

When to use this: An engineer would use the command 'acme.sh --issue --dns {{dns_cf}} --domain {{example.com}} --challenge-alias {{alias-for-example-validation.com}}' to obtain a Let's Encrypt SSL certificate for 'example.com' while validating ownership through a DNS challenge that uses an alias domain to streamline the validation process.

Command Syntax

acme.sh --issue --dns <dns_cf> --domain <example.com> --challenge-alias <alias-for-example-validation.com>

Command Breakdown

--issue
Command Option
Tool-specific option used by this command invocation.
--dns
Command Option
Tool-specific option used by this command invocation.
--domain
Command Option
Tool-specific option used by this command invocation.
--challenge-alias
Command Option
Tool-specific option used by this command invocation.

FAQ

Purpose: Exact syntax to issue certificate dns alias using Acme.sh Dns.

Test path: Replace placeholders and run destructive commands in a disposable workspace first.

Flag behavior: Tool version, platform, and shell can change behavior.

Improve This Command

Suggest a correction, safer default, or version-specific note for this entry.

Related Operations

Back to Acme.sh Dns directory