Created
October 20, 2020 14:55
-
-
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)
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
# 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