forked from infra/ansible
Fix certmgr config templates.
This commit is contained in:
parent
8d7abb4f0c
commit
566c1d9fc5
@ -6,22 +6,22 @@
|
||||
group: postfix
|
||||
perm: '400'
|
||||
format: crt
|
||||
notify: 'service postfix restart'
|
||||
action: 'service postfix restart'
|
||||
- path: /etc/postfix/ssl/{{ mail_server }}.key
|
||||
user: postfix
|
||||
group: postfix
|
||||
perm: '400'
|
||||
format: key
|
||||
notify: 'service postfix restart'
|
||||
action: 'service postfix restart'
|
||||
- path: /etc/dovecot/ssl/{{ mail_server }}.crt
|
||||
user: dovecot
|
||||
group: dovecot
|
||||
perm: '400'
|
||||
format: crt
|
||||
notify: 'service dovecot restart'
|
||||
action: 'service dovecot restart'
|
||||
- path: /etc/dovecot/ssl/{{ mail_server }}.key
|
||||
user: dovecot
|
||||
group: dovecot
|
||||
perm: '400'
|
||||
format: key
|
||||
notify: 'service dovecot restart'
|
||||
action: 'service dovecot restart'
|
||||
|
@ -6,10 +6,10 @@
|
||||
group: nginx
|
||||
perm: '400'
|
||||
format: crt,ca
|
||||
notify: 'service nginx restart'
|
||||
action: 'service nginx restart'
|
||||
- path: /etc/nginx/ssl/{{ mailman_domain }}.key
|
||||
user: nginx
|
||||
group: nginx
|
||||
perm: '400'
|
||||
format: key
|
||||
notify: 'service nginx restart'
|
||||
action: 'service nginx restart'
|
||||
|
@ -6,10 +6,10 @@
|
||||
group: root
|
||||
perm: '400'
|
||||
format: crt,ca
|
||||
notify: 'service nginx restart'
|
||||
action: 'service nginx restart'
|
||||
- path: /etc/nginx/ssl/{{ owncloud_domain }}.key
|
||||
user: root
|
||||
group: root
|
||||
perm: '400'
|
||||
format: key
|
||||
notify: 'service nginx restart'
|
||||
action: 'service nginx restart'
|
||||
|
Loading…
Reference in New Issue
Block a user