Introducción Este tutorial le mostrará cómo configurar un certificado TLS / SSL de Let’s Encrypt en un servidor Ubuntu 16.04 que ejecute Apache como un servidor web. También…
Introduction MySQL is the most popular open-source relational database management system in the world. Modern package managers have reduced some of the friction to getting…
# Instalamos Apache sudo aptitude install apache2 # Habilitamos el módulo SSL sudo a2enmod ssl # Habilitamos la configuración SSL por default sudo a2ensite default-ssl…