From 02772c92ce74490ce60792b0543d60ce71f28e42 Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Sun, 10 Jul 2016 01:16:00 +0200 Subject: Change the pubkey extension from .pem to .pub. --- roles/IMAP/tasks/imap.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'roles/IMAP/tasks') diff --git a/roles/IMAP/tasks/imap.yml b/roles/IMAP/tasks/imap.yml index 26bed8d..51e7694 100644 --- a/roles/IMAP/tasks/imap.yml +++ b/roles/IMAP/tasks/imap.yml @@ -82,7 +82,7 @@ become: False fetch_cmd: cmd="openssl x509 -noout -pubkey" stdin=/etc/dovecot/ssl/imap.fripost.org.pem - dest=certs/public/imap.fripost.org.pem + dest=certs/public/imap.fripost.org.pub tags: - genkey -- cgit v1.2.3