How to Install python3-certbot-nginx in Ubuntu 18.04



Install python3-certbot-nginx by entering the following commands in the terminal:

sudo apt update
sudo apt install python3-certbot-nginx

Description:

Nginx plugin for Certbot

The objective of Certbot, Let's Encrypt, and the ACME (Automated Certificate Management Environment) protocol is to make it possible to set up an HTTPS server and have it automatically obtain a browser-trusted certificate, without any human intervention. This is accomplished by running a certificate management agent on the web server. . This agent is used to: . - Automatically prove to the Let's Encrypt CA that you control the website - Obtain a browser-trusted certificate and set it up on your web server - Keep track of when your certificate is going to expire, and renew it - Help you revoke the certificate if that ever becomes necessary. . This package contains the Nginx plugin to the main application.

Homepage: https://letsencrypt.org/

Version: 0.23.0-1

Section: universe/python