1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages.nl/common/acme.sh-dns.md
Sebastiaan Speck dc73a80540
pages.nl/common/a*: update Dutch translation, fix English typo's (#16245)
* pages.nl/common/a*: update Dutch translation, fix English typo's

* Update pages/common/asciinema.md

* Update act.md

* Update pages.nl/common/act.md

* Update age-keygen.md

Co-authored-by: Leon <leonvsc@users.noreply.github.com>

* pages.nl/common/b*: update Dutch translation (#16248)

* pages.nl/common/b*: update Dutch translation

* Update pages.nl/common/bc.md

Co-authored-by: Managor <42655600+Managor@users.noreply.github.com>

---------

Co-authored-by: Managor <42655600+Managor@users.noreply.github.com>

* certbot: update Dutch translation

* Update certbot.md

* Fix typos

---------

Co-authored-by: Leon <leonvsc@users.noreply.github.com>
Co-authored-by: Managor <42655600+Managor@users.noreply.github.com>
2025-04-25 18:51:41 +02:00

1.1 KiB

acme.sh --dns

Gebruik een DNS-01 challenge om een TLS-certificaat uit te geven. Meer informatie: https://github.com/acmesh-official/acme.sh/wiki.

  • Geef een certificaat uit met behulp van een automatische DNS API-modus:

acme.sh --issue --dns {{gnd_gd}} --domain {{example.com}}

  • Geef een wildcardcertificaat uit (aangegeven met een asterisk) met behulp van een automatische DNS API-modus:

acme.sh --issue --dns {{dns_namesilo}} --domain {{example.com}} --domain {{*.example.com}}

  • Geef een certificaat uit met behulp van een DNS-aliasmodus:

acme.sh --issue --dns {{dns_cf}} --domain {{example.com}} --challenge-alias {{alias-voor-voorbeeld-validatie.com}}

  • Geef een certificaat uit terwijl u automatische Cloudflare / Google DNS-polling uitschakelt nadat het DNS-record is toegevoegd door een aangepaste wachttijd in seconden op te geven:

acme.sh --issue --dns {{dns_namecheap}} --domain {{example.com}} --dnssleep {{300}}

  • Geef een certificaat uit met behulp van een handmatige DNS-modus:

acme.sh --issue --dns --domain {{example.com}} --yes-I-know-dns-manual-mode-enough-go-ahead-please