acme.sh-dns
Verified for current stable LTS
Acme.sh Dns Command: Issue Certificate Automatic Dns Api
An engineer would use the command 'acme.sh --issue --dns {{dns_gd}} --domain {{example.com}}' to automatically obtain a Let's Encrypt SSL certificate for a domain by leveraging the DNS API of their DNS provider (like GoDaddy) to create the necessary DNS-01 challenge records. Exact CLI syntax to issue certificate automatic dns api using Acme.sh Dns.
When to use this: An engineer would use the command 'acme.sh --issue --dns {{dns_gd}} --domain {{example.com}}' to automatically obtain a Let's Encrypt SSL certificate for a domain by leveraging the DNS API of their DNS provider (like GoDaddy) to create the necessary DNS-01 challenge records.
Command Syntax
acme.sh --issue --dns <dns_gd> --domain <example.com> acme.sh --issue --dns <dns_gd> --domain <example.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.
FAQ
Purpose: Exact syntax to issue certificate automatic dns api 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
Acme.sh Dns Command: Issue Certificate Dns Alias Mode
acme.sh --issue --dns <dns_cf> --domain <example.com> --challenge-alias <alias-for-example-validation.com> Acme.sh Dns Command: Issue Certificate Manual Dns Mode acme.sh --issue --dns --domain <example.com> --yes-I-know-dns-manual-mode-enough-go-ahead-please Acme.sh Dns Command: Issue Wildcard Certificate Automatic Dns Api acme.sh --issue --dns <dns_namesilo> --domain <example.com> --domain <*.example.com> Acme.sh Dns Command: Issue Certificate Custom Wait Time acme.sh --issue --dns <dns_namecheap> --domain <example.com> --dnssleep <300> Acme.sh Dns Command: Issue Certificate Dns Alias acme.sh --issue --dns <dns_cf> --domain <example.com> --challenge-alias <alias-for-example-validation.com>