diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2016-07-10 01:16:00 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2016-07-10 01:16:00 +0200 |
commit | 02772c92ce74490ce60792b0543d60ce71f28e42 (patch) | |
tree | e0c2ee2b76d00863f217cc3ea2c52846ec515b91 /roles/MX | |
parent | b441dd4a7c3ce72008968d324a12e5c342d164a3 (diff) |
Change the pubkey extension from .pem to .pub.
Diffstat (limited to 'roles/MX')
-rw-r--r-- | roles/MX/tasks/main.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/MX/tasks/main.yml b/roles/MX/tasks/main.yml index f95945c..c8853be 100644 --- a/roles/MX/tasks/main.yml +++ b/roles/MX/tasks/main.yml @@ -84,7 +84,7 @@ # `/usr/sbin/postmulti -i mx -x /usr/sbin/postconf -xh smtpd_tls_cert_file` fetch_cmd: cmd="openssl x509 -noout -pubkey" stdin=/etc/postfix/ssl/mx.fripost.org.pem - dest=certs/public/mx{{ mxno | default('') }}.fripost.org.pem + dest=certs/public/mx{{ mxno | default('') }}.fripost.org.pub tags: - genkey |