Merge branch 'wvp-28181-2.0'
commit
c0e5478a84
Binary file not shown.
|
@ -79,9 +79,14 @@ server:
|
||||||
# [可选] 证书文件路径,放置在resource/目录下即可,修改xxx为文件名
|
# [可选] 证书文件路径,放置在resource/目录下即可,修改xxx为文件名
|
||||||
key-store: classpath:xxx.jks
|
key-store: classpath:xxx.jks
|
||||||
# [可选] 证书密码
|
# [可选] 证书密码
|
||||||
key-password: password
|
key-store-password: password
|
||||||
# [可选] 证书类型, 默认为jks,根据实际修改
|
# [可选] 证书类型, 默认为jks,根据实际修改
|
||||||
key-store-type: JKS
|
key-store-type: JKS
|
||||||
|
# 配置证书可以使用如下两项,如上面二选一即可
|
||||||
|
# PEM 编码证书
|
||||||
|
certificate: xx.pem
|
||||||
|
# 私钥文件
|
||||||
|
certificate-private-key: xx.key
|
||||||
|
|
||||||
# 作为28181服务器的配置
|
# 作为28181服务器的配置
|
||||||
sip:
|
sip:
|
||||||
|
|
Loading…
Reference in New Issue