Skip to content

Instantly share code, notes, and snippets.

@init90
Last active August 8, 2018 14:10
Show Gist options
  • Save init90/86e28f5e1fac8b7c7227b30f0ac8f89c to your computer and use it in GitHub Desktop.
Save init90/86e28f5e1fac8b7c7227b30f0ac8f89c to your computer and use it in GitHub Desktop.
Generate Let’s Encrypt Certificates for few domains using certbot
sudo certbot --nginx -d site.com.ua -d www.site.com.ua
more info:
https://www.digitalocean.com/community/tutorials/how-to-set-up-let-s-encrypt-certificates-for-multiple-apache-virtual-hosts-on-ubuntu-14-04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment