Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save morshadunnur/26cceb5fb01c9f3f5527658320cb1210 to your computer and use it in GitHub Desktop.
Save morshadunnur/26cceb5fb01c9f3f5527658320cb1210 to your computer and use it in GitHub Desktop.
apt-get update
apt-get install python-minimal
python --version
apt-get install git-core
git --version
cd /opt
git clone https://github.com/certbot/certbot.git
cd certbot && ./certbot-auto
apt-get install letsencrypt
./certbot-auto certonly — manual — preferred-challenges=dns — email saurabh@erpnext.com — server https://acme-v02.api.letsencrypt.org/directory — agree-tos -d *.frontliner.xyz
./certbot-auto certificates
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment