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 | |
# | |
# This sets up Let's Encrypt SSL certificates and automatic renewal | |
# using certbot: https://certbot.eff.org | |
# | |
# - Run this script as root. | |
# - A webserver must be up and running. | |
# | |
# Certificate files are placed into subdirectories under | |
# /etc/letsencrypt/live/*. |