Skip to content

Instantly share code, notes, and snippets.

@marcelolebre
Last active November 22, 2016 14:32
Show Gist options
  • Save marcelolebre/cc39f57bd5beab4da605a073faff3b27 to your computer and use it in GitHub Desktop.
Save marcelolebre/cc39f57bd5beab4da605a073faff3b27 to your computer and use it in GitHub Desktop.
create certonly certs
sudo certbot certonly --standalone -d website.com -d www.website.com
sudo letsencrypt certonly --standalone --standalone-supported-challenges http-01 --http-01-port 63443 --text --expand --agree-tos -d api.dopplr2.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment