Created
December 6, 2020 14:28
-
-
Save nonohry/017c886f9b664db7e72981af15e9aeaf to your computer and use it in GitHub Desktop.
Install Lets Encrypt Certificate on CentOS 8
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 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