ubuntu:certificates:let_s_encrypt_certificates
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
ubuntu:certificates:let_s_encrypt_certificates [2020/05/19 09:51] – [Automating renewal] peter | ubuntu:certificates:let_s_encrypt_certificates [2021/07/05 08:52] (current) – peter | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== Ubuntu - Certificates - Let's Encrypt Certificates ====== | ====== Ubuntu - Certificates - Let's Encrypt Certificates ====== | ||
+ | |||
+ | ---- | ||
+ | |||
+ | [[Ubuntu: | ||
+ | |||
+ | ---- | ||
Install the Let's Encrypt client, certbot: | Install the Let's Encrypt client, certbot: | ||
Line 88: | Line 94: | ||
</ | </ | ||
+ | </ | ||
+ | |||
+ | ---- | ||
+ | |||
+ | ===== Generate your first cert ===== | ||
+ | |||
+ | To generate your first cert, open a shell and execute the letsencrypt-auto script | ||
+ | |||
+ | <code bash> | ||
+ | # cd / | ||
+ | # ./ | ||
+ | Updating letsencrypt and virtual environment dependencies....... | ||
+ | Running with virtualenv: / | ||
+ | |||
+ | IMPORTANT NOTES: | ||
+ | - Congratulations! Your certificate and chain have been saved at | ||
+ | / | ||
+ | | ||
+ | the future, simply run Let's Encrypt again. | ||
+ | </ | ||
+ | |||
+ | <WRAP info> | ||
+ | **NOTE: | ||
</ | </ | ||
Line 247: | Line 276: | ||
IMPORTANT: | IMPORTANT: | ||
</ | </ | ||
+ | |||
+ | |||
+ | ---- | ||
+ | |||
+ | ===== To Renew manually ===== | ||
+ | |||
+ | |||
+ | <code bash> | ||
+ | letsencrypt certonly --webroot -w / | ||
+ | </ | ||
ubuntu/certificates/let_s_encrypt_certificates.1589881878.txt.gz · Last modified: 2020/07/15 09:30 (external edit)