IT/Software/Server Config/SSL Certificates/certbot: Difference between revisions
Access restrictions were established for this page. If you see this message, you have no access to this page.
Walttheboss (talk | contribs) No edit summary |
Walttheboss (talk | contribs) No edit summary |
||
Line 6: | Line 6: | ||
###<code>apt-cache policy certbot | grep -i Installed</code> | ###<code>apt-cache policy certbot | grep -i Installed</code> | ||
# Install | # Install | ||
## You can install from the package maintaners version from 18.04 and on | |||
## I recommend the ppa version | |||
### [https://launchpad.net/~certbot/+archive/ubuntu/certbot?field.series_filter | Certbot PPA=] | |||
## | ## | ||
# Use | # Use | ||
##Basic installation of a certificate | ##Basic installation of a certificate | ||
##Checking Certificates | ##Checking Certificates |
Revision as of 04:41, 21 January 2020
- 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
- Use
- Basic installation of a certificate
- Checking Certificates