Skip to content

Instantly share code, notes, and snippets.

@jppcel
Last active February 10, 2021 12:48
Show Gist options
  • Save jppcel/e8dd246c7b4ef4a7085fcd3c3e4501f0 to your computer and use it in GitHub Desktop.
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)
# 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