How to obtain SSL from Let’s Encrypt
Get your server up to date apt update && apt upgrade -y Install curl and socat apt install curl socat -y Install ACME Script curl | sh Get FREE SSL Certificate ~/.acme.sh/acme.sh --set-default-ca --server letsencrypt ~/.acme.sh/acme.sh --register-account -m xxxx@xxxx.com ~/.acme.sh/acme.sh...