Skip to content

Instantly share code, notes, and snippets.

@dthphuong
Created September 17, 2020 08:47
Show Gist options
  • Save dthphuong/43167e3dee8a1c289e6d6904d3f8c135 to your computer and use it in GitHub Desktop.
Save dthphuong/43167e3dee8a1c289e6d6904d3f8c135 to your computer and use it in GitHub Desktop.
Setup SSL with Lets Encrypt

yum -y install epel-release yum -y install yum-utils yum -y install certbot-apache

certbot --apache -d domain.com

or certbot --apache

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment