소스 검색

fixed wrong path of truststore

pull/730/head
benkuly 5 년 전
부모
커밋
f1ceb49ae2
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      roles/matrix-bridge-sms/defaults/main.yml

+ 1
- 1
roles/matrix-bridge-sms/defaults/main.yml 파일 보기

@@ -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 %}


불러오는 중...
취소
저장