4,461
edits
Line 117: | Line 117: | ||
<source lang="console" highlight="1,2"> | <source lang="console" highlight="1,2"> | ||
$ sudo | $ sudo letsencrypt certonly --manual -d 'mydomain.com,*.mydomain.com' --agree-tos --no-bootstrap --manual-public-ip-logging-ok \ | ||
--preferred-challenges dns-01 --server https://acme-v02.api.letsencrypt.org/directory | --preferred-challenges dns-01 --server https://acme-v02.api.letsencrypt.org/directory | ||
Saving debug log to /var/log/letsencrypt/letsencrypt.log | Saving debug log to /var/log/letsencrypt/letsencrypt.log | ||
Line 152: | Line 152: | ||
</source> | </source> | ||
= Resources = | = Resources = | ||
[https://linuxtechlab.com/complete-guide-to-configure-ssl-on-nginx-with-lets-encrypt-ubuntu-centos-rhel/ Complete guide to configure SSL on Nginx with Let’s Encrypt for Ubuntu/CentOS/RHEL] ([https://private.michaelhan.net/snapshots/nginx-1.pdf Snapshot]) | [https://linuxtechlab.com/complete-guide-to-configure-ssl-on-nginx-with-lets-encrypt-ubuntu-centos-rhel/ Complete guide to configure SSL on Nginx with Let’s Encrypt for Ubuntu/CentOS/RHEL] ([https://private.michaelhan.net/snapshots/nginx-1.pdf Snapshot]) |