User Tools

Site Tools


wiki:letsencrypt_certificate_via_dns_authentication

Letsencrypt certificate via DNS authentication

Install certbot first

Run following command for obtaining a wildcard certificate:

  certbot certonly --manual --preferred-challenges dns --agree-tos -d *.example.com

Then follow certbot instructions for adding TXT record to your domain.

Example of DNS bind9 record:

; Letsencrypt verification
 _acme-challenge TXT "xxxxxxxxxxx_xxxxxxxxxxxxx_xxxxxxxxxxxxxxxx"

See also

wiki/letsencrypt_certificate_via_dns_authentication.txt · Last modified: 2022/12/21 16:23 by antisa

Except where otherwise noted, content on this wiki is licensed under the following license: CC0 1.0 Universal
CC0 1.0 Universal Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki