Skip to content

Instantly share code, notes, and snippets.

@nonohry
Created December 6, 2020 14:28
Show Gist options
  • Save nonohry/017c886f9b664db7e72981af15e9aeaf to your computer and use it in GitHub Desktop.
Save nonohry/017c886f9b664db7e72981af15e9aeaf to your computer and use it in GitHub Desktop.
Install Lets Encrypt Certificate on CentOS 8
$ sudo curl -O https://dl.eff.org/certbot-auto
$ sudo mv certbot-auto /usr/local/bin/certbot-auto
$ chmod 0755 /usr/local/bin/certbot-auto
$ sudo /usr/local/bin/certbot-auto --nginx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment