Difference between revisions of "Letsencrypt dns challenge"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
+ | # Manual sub domain | ||
+ | ``` | ||
+ | certbot -d *.foo.example.com --manual --preferred-challenges dns certonly | ||
+ | ``` | ||
+ | |||
+ | ``` | ||
+ | _acme-challenge.foo.example.com with the following value: | ||
+ | |||
+ | blablahsometextkey | ||
+ | ``` | ||
+ | |||
# Godaddy & AWS | # Godaddy & AWS | ||
- https://chariotsolutions.com/blog/post/automating-lets-encrypt-certificate-renewal-using-dns-challenge-type/ | - https://chariotsolutions.com/blog/post/automating-lets-encrypt-certificate-renewal-using-dns-challenge-type/ |
Latest revision as of 00:17, 17 April 2023
Manual sub domain
certbot -d *.foo.example.com --manual --preferred-challenges dns certonly
_acme-challenge.foo.example.com with the following value: blablahsometextkey