Bladeren bron

fixed wrong path of truststore

pull/730/head
benkuly 5 jaren geleden
bovenliggende
commit
f1ceb49ae2
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  1. +1
    -1
      roles/matrix-bridge-sms/defaults/main.yml

+ 1
- 1
roles/matrix-bridge-sms/defaults/main.yml Bestand weergeven

@@ -66,7 +66,7 @@ matrix_sms_bridge_configuration_yaml: |
# (optional) if you use a self signed certificate, you can add the public key here # (optional) if you use a self signed certificate, you can add the public key here
{% if matrix_sms_bridge_provider_android_truststore_local_path %} {% if matrix_sms_bridge_provider_android_truststore_local_path %}
trustStore: trustStore:
path: /data/config/matrix-sms-gateway-server.p12
path: /config/matrix-sms-gateway-server.p12
password: {{ matrix_sms_bridge_provider_android_truststore_password }} password: {{ matrix_sms_bridge_provider_android_truststore_password }}
type: PKCS12 type: PKCS12
{% endif %} {% endif %}


Laden…
Annuleren
Opslaan