Restorecon and restart apache after installing the new cert

This commit is contained in:
Pierre-Yves Chibon 2015-01-23 16:36:43 +01:00
parent 8336113e0f
commit 21db51bbf0

View file

@ -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