Skip to content

Instantly share code, notes, and snippets.

@jppcel
Created October 20, 2020 14:55
Show Gist options
  • Save jppcel/09e4f2855391ba7ed6edd45190e44efc to your computer and use it in GitHub Desktop.
Save jppcel/09e4f2855391ba7ed6edd45190e44efc to your computer and use it in GitHub Desktop.
Ativando o Let's Encrypt (SSL) no Wowza 4.8.0 (Ubuntu 20.04)
# Vá para o diretório do Wowza
cd /usr/local/WowzaStreamingEngine/lib
# Baixe o arquivo java no diretório lib
wget https://github.com/robymus/wowza-letsencrypt-converter/releases/download/v0.1/wowza-letsencrypt-converter-0.1.jar
# Crie o arquivo JKS
# Caso você tenha o executável java em suas variáveis de ambiente
java -jar wowza-letsencrypt-converter-0.1.jar -v /usr/local/WowzaStreamingEngine/conf/ /etc/letsencrypt/live/
# Caso não o possua
../jre/bin/java -jar wowza-letsencrypt-converter-0.1.jar -v /usr/local/WowzaStreamingEngine/conf/ /etc/letsencrypt/live/
# O arquivo será criado no diretório /usr/local/WowzaStreamingEngine/conf/ (jksmap.txt e o arquvio jks).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment