IT/Software/Server Config/SSL Certificates/certbot
- This is a wonderful tool to install and manage SSL certificates on servers.
- Background
- Get it from from here.
- Their documentation is really well done.
- Know what version you are on
apt-cache policy certbot | grep -i Installed
- Install
- You can install from the package maintaners version from 18.04 and on
- I recommend the ppa version
sudo add-apt-repository ppa:certbot/certbot
newline
sudo apt-get update
- Use
- Basic installation of a certificate
- Checking Certificates