瀏覽代碼

Fix ownership of generated self-signed certificates (root -> matrix)

pull/91/head
Slavi Pantaleev 7 年之前
父節點
當前提交
52d5e540c0
共有 1 個檔案被更改,包括 3 行新增1 行删除
  1. +3
    -1
      roles/matrix-nginx-proxy/tasks/ssl/setup_ssl_self_signed_obtain_for_domain.yml

+ 3
- 1
roles/matrix-nginx-proxy/tasks/ssl/setup_ssl_self_signed_obtain_for_domain.yml 查看文件

@@ -37,4 +37,6 @@
-keyout {{ matrix_ssl_certificate_cert_key_path }} \
-out {{ matrix_ssl_certificate_cert_path }} \
-days 3650
when: "not matrix_ssl_certificate_cert_path_stat_result.stat.exists"
become: true
become_user: "{{ matrix_user_username }}"
when: "not matrix_ssl_certificate_cert_path_stat_result.stat.exists"

Loading…
取消
儲存