• Skip to main content

Uly.me

cloud engineer

  • Home
  • About
  • Archives

Certbot

June 4, 2018

Certbot is an easy-to-use automatic client that fetches and deploys SSL/TLS certificates for your webserver. Certbot was developed by EFF and others as a client for Let’s Encrypt and was previously known as “the official Let’s Encrypt client” or “the Let’s Encrypt Python client.” Certbot will also work with any other CAs that support the ACME protocol.

Just choose your webserver, e.g. Apache, Nginx or IIS, as well as your operating system. Here’s the instruction for Ubuntu 16.04 LTS.

$ sudo apt-get update
$ sudo apt-get install software-properties-common
$ sudo add-apt-repository ppa:certbot/certbot
$ sudo apt-get update
$ sudo apt-get install python-certbot-apache

$ sudo apt-get update $ sudo apt-get install software-properties-common $ sudo add-apt-repository ppa:certbot/certbot $ sudo apt-get update $ sudo apt-get install python-certbot-apache

To install the certificate

sudo certbot --apache

sudo certbot --apache

To renew certificate

$ sudo certbot renew

$ sudo certbot renew

Filed Under: Linux Tagged With: certbot, certificate, letsencrypt, ssl

Search This Website

Subscribe Via Email

  • Home
  • About
  • Archives

Copyright © 2023