bastion / postfix: adjust gateway ssl cert to base name
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
f91294e5d7
commit
b54b8a0bb7
1 changed files with 2 additions and 2 deletions
|
@ -82,7 +82,7 @@
|
||||||
|
|
||||||
- name: install /etc/pki/tls/certs/gateway.crt
|
- name: install /etc/pki/tls/certs/gateway.crt
|
||||||
copy:
|
copy:
|
||||||
src="{{private}}/files/smtpd/gateway.complete.20190901.crt"
|
src="{{private}}/files/smtpd/gateway.complete.crt"
|
||||||
dest=/etc/pki/tls/certs/gateway.crt
|
dest=/etc/pki/tls/certs/gateway.crt
|
||||||
owner=root
|
owner=root
|
||||||
group=root
|
group=root
|
||||||
|
@ -95,7 +95,7 @@
|
||||||
|
|
||||||
- name: Copy gateway.key
|
- name: Copy gateway.key
|
||||||
copy:
|
copy:
|
||||||
src="{{private}}/files/smtpd/gateway.20190901.key"
|
src="{{private}}/files/smtpd/gateway.key"
|
||||||
dest=/etc/pki/tls/private/gateway.key
|
dest=/etc/pki/tls/private/gateway.key
|
||||||
owner=root
|
owner=root
|
||||||
group=postfix
|
group=postfix
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue