Certbot

This program allows you to generate SSL certificates and assign them to domains.

Generate SSL certificates for all/selected domains:

$ certbot --nginx

For specific domains

$ certbot --nginx -d domain1.com

For multiple domains

$ certbot --nginx -d domain1.com -d domain2.com