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 |
||
| (One intermediate revision by the same user not shown) | |||
| 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 | ||
On newer versions of certbot, no renewal command is required and renewal will automatically be setup. Run the following command to verify: | |||
<pre>systemctl list-timers | grep certbot</pre> | |||
Latest revision as of 05:12, 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
On newer versions of certbot, no renewal command is required and renewal will automatically be setup. Run the following command to verify:
systemctl list-timers | grep certbot