Created
January 22, 2019 04:04
-
-
Save hoangdh/4b1496f101e09093a6395b30d4d62a3c to your computer and use it in GitHub Desktop.
Note Certbot: Install and Usage.
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
#!/bin/bash | |
yum install -y epel-release | |
yum install -y certbot | |
echo -e "Usage:\nGenerate: certbot certonly --webroot /web/root -d domain.com\nRenew: certbot renew --cert-name" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment