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