Last active
February 10, 2021 12:48
-
-
Save jppcel/e8dd246c7b4ef4a7085fcd3c3e4501f0 to your computer and use it in GitHub Desktop.
Ativando o Let's Encrypt (SSL) no Wowza 4.8.0 (Ubuntu 20.04)
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
# crontab -e | |
@weekly root cd /opt/letsencrypt && git pull >> /var/log/letsencrypt/letsencrypt-auto-update.log | |
@monthly root certbot certonly --quiet --standalone --renew-by-default -d <DOMINIO> >> /var/log/letsencrypt/letsencrypt-auto-update.log |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment