Enable selecting the TLS Certificate
This commit is contained in:
@@ -4,7 +4,7 @@ Description=Copy TLS Certificates for Dovecot
|
||||
[Service]
|
||||
Type=oneshot
|
||||
ExecStartPre=mkdir -p /etc/dovecot/certificates
|
||||
ExecStart=/bin/bash -lc 'cp /etc/httpd/md/domains/*/*.pem /etc/dovecot/certificates/'
|
||||
ExecStart=/bin/bash -lc 'cp /etc/httpd/md/domains/{{ dovecot_vhost }}/*.pem /etc/dovecot/certificates/'
|
||||
ExecStartPost=chown -R root:root /etc/dovecot/certificates
|
||||
|
||||
[Install]
|
||||
|
Reference in New Issue
Block a user