Fix certmgr config templates.

This commit is contained in:
Markus 2016-04-06 19:02:54 +02:00
parent 8d7abb4f0c
commit 566c1d9fc5
3 changed files with 8 additions and 8 deletions

View File

@ -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'

View File

@ -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'

View File

@ -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'