Forrest logo
back to context overview

acme.sh-dns

List of commands for acme.sh-dns:

  • acme.sh-dns:tldr:1997f acme.sh-dns: Issue a certificate using a manual DNS mode.
    $ acme.sh --issue --dns --domain ${example-com} --yes-I-know-dns-manual-mode-enough-go-ahead-please
    try on your machine
    explain this command
  • acme.sh-dns:tldr:244ec acme.sh-dns: Issue a certificate while disabling automatic Cloudflare / Google DNS polling after the DNS record is added by specifying a custom wait time in seconds.
    $ acme.sh --issue --dns ${dns_namecheap} --domain ${example-com} --dnssleep ${300}
    try on your machine
    explain this command
  • acme.sh-dns:tldr:428f8 acme.sh-dns: Issue a certificate using a DNS alias mode.
    $ acme.sh --issue --dns ${dns_cf} --domain ${example-com} --challenge-alias ${alias-for-example-validation-com}
    try on your machine
    explain this command
  • acme.sh-dns:tldr:a717b acme.sh-dns: Issue a certificate using an automatic DNS API mode.
    $ acme.sh --issue --dns ${gnd_gd} --domain ${example-com}
    try on your machine
    explain this command
  • acme.sh-dns:tldr:a8bdc acme.sh-dns: Issue a wildcard certificate (denoted by an asterisk) using an automatic DNS API mode.
    $ acme.sh --issue --dns ${dns_namesilo} --domain ${example-com} --domain ${*-example-com}
    try on your machine
    explain this command
back to context overview