Easily get your "Let's Encrypt" SSL Certificates
PLEASE READ THE SOURCE CODE! YOU MUST TRUST IT WITH YOUR PRIVATE KEYS!
You must have docker-compose installed first. Then follow the steps below.
You must have a public key registered with Let's Encrypt and sign your requests with the corresponding private key. If you don't understand what I just said, this script likely isn't for you! Please use the official Let's Encrypt client.
openssl genrsa 4096 > account.key
You know how to do it. :)
sh cert.sh
Then type your domain and press Enter.
Wait for a moment, and you can find your key and cert in docker-lesencrypt/certs/ ####Have fun :)