Update ca certs after restore
This commit is contained in:
parent
bcc5e80d21
commit
a2e1db68e1
|
@ -638,6 +638,7 @@ function restore_certs {
|
|||
exit 276
|
||||
fi
|
||||
rm -rf /root/tempssl
|
||||
update-ca-certificates
|
||||
|
||||
# restore ownership
|
||||
if [ -f /etc/ssl/private/xmpp.key ]; then
|
||||
|
|
|
@ -570,6 +570,7 @@ function restore_certs {
|
|||
exit 276
|
||||
fi
|
||||
rm -rf /root/tempssl
|
||||
update-ca-certificates
|
||||
|
||||
# restore ownership
|
||||
if [ -f /etc/ssl/private/xmpp.key ]; then
|
||||
|
|
Loading…
Reference in New Issue