Lets Encrypt
Linux Manual Setup
Linux Manual Setup
sudo apt-get install certbot
agree to terms
sudo certbot certonly --manual --preferred-challenges dns --server https://acme-v02.api.letsencrypt.org/directory --manual-public-ip-logging-ok -d '*.office.labs.com' -d office.labs.com
add the relevent txt records in DNS
find certificates at /etc/letsencrypt
----- UPDATE -----------
NOTES
NOTES
All generated keys and issued certificates can be found in /etc/letsencrypt/live/${domain} and /etc/letsencrypt/archive
# Change certbot path
# Delete cert from store
sudo certbot delete
#Default log
/var/log/letsencrypt/letsencrypt.log
#LIST ALL CERTS
sudo certbot certificates
Lets Encrypt F5
Lets Encrypt F5