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