Skip to content

Instantly share code, notes, and snippets.

@jppcel
Created October 20, 2020 15:00
Show Gist options
  • Save jppcel/b6dcd20c42413657b0673362fa61004d to your computer and use it in GitHub Desktop.
Save jppcel/b6dcd20c42413657b0673362fa61004d to your computer and use it in GitHub Desktop.
Ativando o Let's Encrypt (SSL) no Wowza 4.8.0 (Ubuntu 20.04)
<SSLConfig>
<KeyStorePath>${com.wowza.wms.context.VHostConfigHome}/conf/keystore.jks</KeyStorePath>
<KeyStorePassword>[password]</KeyStorePassword>
<KeyStoreType>JKS</KeyStoreType>
<DomainToKeyStoreMapPath></DomainToKeyStoreMapPath>
<SSLProtocol>TLS</SSLProtocol>
<Algorithm>SunX509</Algorithm>
<CipherSuites></CipherSuites>
<Protocols></Protocols>
<AllowHttp2>false</AllowHttp2>
</SSLConfig>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment