wiki:letsencrypt_certificate_via_dns_authentication
This is an old revision of the document!
Table of Contents
Letsencrypt certificate via DNS authentication
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.example.com TXT "xxxxxxxxxxx_xxxxxxxxxxxxx_xxxxxxxxxxxxxxxx"
Tested on
See also
References
wiki/letsencrypt_certificate_via_dns_authentication.1606913650.txt.gz · Last modified: 2020/12/02 12:54 by antisa