Ubuntu18.04_en Ubuntu Server 18.04 : Obtain an SSL certificate (Let's Encrypt).
Obtaining a certificate with Let's Encrypt①Enable mod_ssl# a2enmod ssl②Install Git.# apt-get install -y git③Install the certificate acquisition tool# cd /usr/local/# git clone https://github.com/certbot/certbot
