-
-
Save DuyNguyen1879/06e6901fa6eafbe290aeddb67ef41c41 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