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