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/webmail/tasks/roundcube.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'roles/webmail') diff --git a/roles/webmail/tasks/roundcube.yml b/roles/webmail/tasks/roundcube.yml index d1fb8a2..caa91dc 100644 --- a/roles/webmail/tasks/roundcube.yml +++ b/roles/webmail/tasks/roundcube.yml @@ -142,6 +142,6 @@ become: False fetch_cmd: cmd="openssl x509 -noout -pubkey" stdin=/etc/nginx/ssl/mail.fripost.org.pem - dest=certs/public/mail.fripost.org.pem + dest=certs/public/mail.fripost.org.pub tags: - genkey -- cgit v1.2.3