mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2024-11-06 02:37:31 +01:00
fixed wrong path of truststore
This commit is contained in:
parent
ad1f0a01ce
commit
f1ceb49ae2
@ -66,7 +66,7 @@ matrix_sms_bridge_configuration_yaml: |
|
||||
# (optional) if you use a self signed certificate, you can add the public key here
|
||||
{% if matrix_sms_bridge_provider_android_truststore_local_path %}
|
||||
trustStore:
|
||||
path: /data/config/matrix-sms-gateway-server.p12
|
||||
path: /config/matrix-sms-gateway-server.p12
|
||||
password: {{ matrix_sms_bridge_provider_android_truststore_password }}
|
||||
type: PKCS12
|
||||
{% endif %}
|
||||
|
Loading…
Reference in New Issue
Block a user