Last active
August 8, 2018 14:10
-
-
Save init90/86e28f5e1fac8b7c7227b30f0ac8f89c to your computer and use it in GitHub Desktop.
Generate Let’s Encrypt Certificates for few domains using certbot
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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