Skip to content

Instantly share code, notes, and snippets.

@sibukixxx
Created September 30, 2019 05:49
Show Gist options
  • Select an option

  • Save sibukixxx/1a5d4e81aafbe9de04ef83ed7f080021 to your computer and use it in GitHub Desktop.

Select an option

Save sibukixxx/1a5d4e81aafbe9de04ef83ed7f080021 to your computer and use it in GitHub Desktop.
#!/bin/bash
EMAIL=<your email>
DOMAIN=<your domain>
apt install certbot -y
certbot certonly --webroot --webroot-path /var/www/html/ --email ${EMAIL} --domain ${DOMAIN}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment