Skip to content

Instantly share code, notes, and snippets.

@aurora
Last active April 26, 2017 10:19
Show Gist options
  • Save aurora/8d01a978a8dc2717c3d938826a3ce4cc to your computer and use it in GitHub Desktop.
Save aurora/8d01a978a8dc2717c3d938826a3ce4cc to your computer and use it in GitHub Desktop.
Reminder for creating Let's encrypt certificates
certbot-auto certonly --webroot --agree-tos --non-interactive --text --rsa-key-size 4096 \
--email ...@example.org \
--webroot-path /var/www/... \
--domains "www.example.org,example.org"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment