IT/Software/Server Config/SSL Certificates/certbot: Difference between revisions

From msgwiki
Jump to navigation Jump to search
Access restrictions were established for this page. If you see this message, you have no access to this page.
No edit summary
No edit summary
Line 1: Line 1:
* This is a wonderful tool to install and manage SSL certificates on servers.
*This is a wonderful tool to install and manage SSL certificates on servers.
# Background
 
## Get it from from [https://certbot.eff.org/docs/ here].  
#Background
## Their documentation is really well done.
##Get it from from [https://certbot.eff.org/docs/ here].
## Know what version you are on
##Their documentation is really well done.
##Know what version you are on
 
<code>apt-cache policy certbot | grep -i Installed</code>
<code>apt-cache policy certbot | grep -i Installed</code>
# Install
 
## You can install from the package maintaners version from 18.04 and on
#Install
## I recommend the ppa version
##You can install from the package maintaners version from 18.04 and on
### [https://launchpad.net/~certbot/+archive/ubuntu/certbot?field.series_filter Certbot PPA=]
##I recommend the ppa version
###[https://launchpad.net/~certbot/+archive/ubuntu/certbot?field.series_filter Certbot PPA=]


<code>sudo add-apt-repository ppa:certbot/certbot</code>
<code>sudo add-apt-repository ppa:certbot/certbot</code>
Line 14: Line 17:
<code>sudo apt-get update</code>
<code>sudo apt-get update</code>


# Use
* Use
##Basic installation of a certificate
**Basic installation of a certificat
##Checking Certificates
 
<br />
 
*Checking Certificates
 
sudo certbot certificates
 
<br />

Revision as of 05:03, 5 March 2020

  • This is a wonderful tool to install and manage SSL certificates on servers.
  1. Background
    1. Get it from from here.
    2. Their documentation is really well done.
    3. Know what version you are on

apt-cache policy certbot | grep -i Installed

  1. Install
    1. You can install from the package maintaners version from 18.04 and on
    2. I recommend the ppa version
      1. Certbot PPA=

sudo add-apt-repository ppa:certbot/certbot
sudo apt-get update

  • Use
    • Basic installation of a certificat


  • Checking Certificates

sudo certbot certificates