Created
October 20, 2020 15:01
-
-
Save jppcel/9ae7b277cebf646b0a3bffcdc316d8d0 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/SUB.DOMAIN.EXT.jks</KeyStorePath> | |
<KeyStorePassword>secret</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