修复使用ssl的配置

This commit is contained in:
648540858 2022-08-22 23:00:13 +08:00
parent 8ef0619d9a
commit 9ef08551b6
2 changed files with 6 additions and 1 deletions

View File

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