Update to 2022-03-19 00:00

This commit is contained in:
Daniel Berteaud
2022-03-19 00:00:06 +01:00
parent 897e3c74b4
commit 9ddd7b99c0
4 changed files with 40 additions and 13 deletions

View File

@@ -27,8 +27,8 @@
vars:
cert_path: "{{ sftpgo_root_dir }}/etc/ssl/ftpd.crt"
cert_key_path: "{{ sftpgo_root_dir }}/etc/ssl/ftpd.key"
cert_group: "{{ sftpgo_user }}"
cert_mode: 640
cert_key_group: "{{ sftpgo_user }}"
cert_key_mode: 640
tags: sftpgo
- name: Generate self-signed certificate for webdavd
@@ -36,8 +36,8 @@
vars:
cert_path: "{{ sftpgo_root_dir }}/etc/ssl/webdavd.crt"
cert_key_path: "{{ sftpgo_root_dir }}/etc/ssl/webdavd.key"
cert_group: "{{ sftpgo_user }}"
cert_mode: 640
cert_key_group: "{{ sftpgo_user }}"
cert_key_mode: 640
tags: sftpgo
- name: Generate self-signed certificate for httpd
@@ -45,8 +45,8 @@
vars:
cert_path: "{{ sftpgo_root_dir }}/etc/ssl/httpd.crt"
cert_key_path: "{{ sftpgo_root_dir }}/etc/ssl/httpd.key"
cert_group: "{{ sftpgo_user }}"
cert_mode: 640
cert_key_group: "{{ sftpgo_user }}"
cert_key_mode: 640
tags: sftpgo
- name: Generate self-signed certificate for telemetry
@@ -54,8 +54,8 @@
vars:
cert_path: "{{ sftpgo_root_dir }}/etc/ssl/telemetry.crt"
cert_key_path: "{{ sftpgo_root_dir }}/etc/ssl/telemetry.key"
cert_group: "{{ sftpgo_user }}"
cert_mode: 640
cert_key_group: "{{ sftpgo_user }}"
cert_key_mode: 640
tags: sftpgo
- name: Set permissions on certificates