Restorecon and restart apache after installing the new cert
This commit is contained in:
parent
8336113e0f
commit
21db51bbf0
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue