Skip to content

Instantly share code, notes, and snippets.

@salehi
Created March 2, 2019 11:08
Show Gist options
  • Save salehi/12483caa692eaab684b561cf4851c02f to your computer and use it in GitHub Desktop.
Save salehi/12483caa692eaab684b561cf4851c02f to your computer and use it in GitHub Desktop.
docker run -it --rm --name certbot -v "/etc/letsencrypt:/etc/letsencrypt" -v "/var/lib/letsencrypt:/var/lib/letsencrypt" certbot/certbot certonly --agree-tos -m [email protected] -d *.snapp.market --server https://acme-v02.api.letsencrypt.org/directory --manual --preferred-challenges=dns-01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment