Created
October 20, 2020 15:00
-
-
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)
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
<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