User Tools

Site Tools


wiki:letsencrypt_certificate_via_dns_authentication

This is an old revision of the document!


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"

Tested on

See also

References

wiki/letsencrypt_certificate_via_dns_authentication.1606914110.txt.gz · Last modified: 2020/12/02 14:01 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