Генерация Let's Encrypt SSL
Инструкция по созданию бесплатного сертификата от Let's Encrypt.
sudo apt-get -y update && sudo apt-get -y dist-upgradesudo apt-get -y install certbotsudo apt-get -y install python3-certbot-nginxsudo apt-get -y install python3-certbot-apacheГенерация сертификата:
certbot certonly --nginx -d yoursite.comcertbot certonly --apache -d yoursite.comcertbot certonly --standalone -d yoursite.comLast updated