Securing Web Traffic Using Certbot
Traducciones al EspañolEstamos traduciendo nuestros guías y tutoriales al Español. Es posible que usted esté viendo una traducción generada automáticamente. Estamos trabajando con traductores profesionales para verificar las traducciones de nuestro sitio web. Este proyecto es un trabajo en curso.
The Certbot utility automates all processes involved in obtaining and installing a TLS/SSL certificate. It works directly with the free Let’s Encrypt certificate authority to request (or renew) a certificate, prove ownership of the domain, and install the certificate on Apache, NGINX, or other web servers. This allows Certbot to dramatically reduce the effort (and cost) of securing your websites with HTTPS.
The following tutorials outline how to install and use Certbot with either Apache or NGINX on various Linux distributions.
Apache
CentOS/RHEL 7: Use Certbot to Enable HTTPS with Apache on CentOS 7
CentOS/RHEL 8: Use Certbot to Enable HTTPS with Apache on CentOS 8
Ubuntu: Use Certbot to Enable HTTPS with Apache on Ubuntu 20.04
NGINX
This page was originally published on