Instalar Certificado SSL Apache Debian
Instalar Certificado SSL Apache Debian – LAMP Stack
En esta lección veremos cómo instalar un certificado de seguridad SSL de manera gratuita mediante Certbot, para nuestro LAMP Stack (Linux, Apache, MySQL, PHP) Click-to-Deploy en Google Cloud Platform.
Software: Apache – System: Debian 9 Strech
Instalar Certbot
sudo apt-get install certbot python-certbot-apache
Configurar Certificado SSL
sudo certbot --apache
Test Auto Renovación
sudo certbot renew --dry-run