mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-08 02:02:50 +01:00
SO Setup - Fixing SSL Errors
This commit is contained in:
@@ -448,7 +448,11 @@ salt_checkin() {
|
|||||||
salt-call state.apply common
|
salt-call state.apply common
|
||||||
salt-call state.apply ca
|
salt-call state.apply ca
|
||||||
salt-call state.apply ssl
|
salt-call state.apply ssl
|
||||||
|
echo "Restarting Salt to fix any SSL errors."
|
||||||
|
service salt-master restart
|
||||||
|
sleep 10
|
||||||
service salt-minion restart
|
service salt-minion restart
|
||||||
|
sleep 10
|
||||||
salt-call state.highstate
|
salt-call state.highstate
|
||||||
|
|
||||||
else
|
else
|
||||||
@@ -898,10 +902,7 @@ whiptail_you_sure() {
|
|||||||
#####################
|
#####################
|
||||||
|
|
||||||
# Check for prerequisites
|
# Check for prerequisites
|
||||||
echo "Checking for Root"
|
|
||||||
got_root
|
got_root
|
||||||
|
|
||||||
echo "Detecting OS"
|
|
||||||
detect_os
|
detect_os
|
||||||
|
|
||||||
if [ $OS == ubuntu ]; then
|
if [ $OS == ubuntu ]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user