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 10: Line 10:
### [https://launchpad.net/~certbot/+archive/ubuntu/certbot?field.series_filter  Certbot PPA=]
### [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>
newline
<code>sudo apt-get update</code>
<code>sudo apt-get update</code>
##
# Use
# Use
##Basic installation of a certificate
##Basic installation of a certificate
##Checking Certificates
##Checking Certificates

Revision as of 04:46, 21 January 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 newline sudo apt-get update

  1. Use
    1. Basic installation of a certificate
    2. Checking Certificates