Let's Encrypt: Difference between revisions
(Created page with " From Debian: Install certbot. Using this convention, your server will not be required to be online, but you will need access to the DNS server <pre>certbot certonly --manual --preferred-challenges dns -d www.lab.bpopp.net</pre> You will be instructed to add a TXT entry to the DNS to verify.") |
No edit summary |
||
| Line 7: | Line 7: | ||
<pre>certbot certonly --manual --preferred-challenges dns -d www.lab.bpopp.net</pre> | <pre>certbot certonly --manual --preferred-challenges dns -d www.lab.bpopp.net</pre> | ||
You will be instructed to add a TXT entry to the DNS to verify. | You will be instructed to add a TXT entry to the DNS to verify. If successful, certs will be copied to /etc/letsencrypt/live | ||
Revision as of 05:10, 2 May 2026
From Debian:
Install certbot. Using this convention, your server will not be required to be online, but you will need access to the DNS server
certbot certonly --manual --preferred-challenges dns -d www.lab.bpopp.net
You will be instructed to add a TXT entry to the DNS to verify. If successful, certs will be copied to /etc/letsencrypt/live