Skip to content

Instantly share code, notes, and snippets.

@ftf
Created December 4, 2015 10:18
Show Gist options
  • Save ftf/d6ca98c34224caae2ed1 to your computer and use it in GitHub Desktop.
Save ftf/d6ca98c34224caae2ed1 to your computer and use it in GitHub Desktop.
let's encrypt quick'n'dirty
./letsencrypt-auto certonly -a webroot \
--renew-by-default --text \
--email hostmaster@${domain} \
--webroot-path=/home/${domain}y/wwwroot/ \
-d ${domain} \
-d www.${domain}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment