mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +01:00
Try and fix SSL race condition and Update dashboard description
This commit is contained in:
@@ -3933,7 +3933,7 @@
|
||||
]
|
||||
},
|
||||
"timezone": "browser",
|
||||
"title": "Forward Node - {{ SERVERNAME }} Overview",
|
||||
"title": "Storage Node - {{ SERVERNAME }} Overview",
|
||||
"uid": "{{ UID }}",
|
||||
"version": 25
|
||||
}
|
||||
|
||||
@@ -647,6 +647,8 @@ salt_checkin() {
|
||||
else
|
||||
|
||||
# Run Checkin
|
||||
salt-call state.apply ca
|
||||
salt-call state.apply ssl
|
||||
salt-call state.highstate
|
||||
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user