Example Nginx proxy HTTP2 + SSL
Published by Vitaly Musin on July 4th, 2017
sudo mkdir /etc/nginx/ssl/
sudo openssl dhparam -out /etc/nginx/ssl/dhparam.pem 4096
nginx -s reload
cd ~ && \
git clone https://github.com/letsencrypt/letsencrypt && \
cd letsencrypt && \
./letsencrypt-auto
./letsencrypt-auto certonly
crontab -e...