From 21db51bbf06b7eafb93255c581081f4a1c696397 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Fri, 23 Jan 2015 16:36:43 +0100 Subject: [PATCH] Restorecon and restart apache after installing the new cert --- roles/distgit/files/updatecrl.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/roles/distgit/files/updatecrl.sh b/roles/distgit/files/updatecrl.sh index cd3cf6004b..c9c6a2978d 100644 --- a/roles/distgit/files/updatecrl.sh +++ b/roles/distgit/files/updatecrl.sh @@ -16,4 +16,6 @@ if [ -f $OLD ]; then fi else; wget -q $URL -O $OLD + /usr/sbin/restorecon $OLD + /usr/bin/systemctl reload httpd fi