mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
Setup Script - Hack the x509
This commit is contained in:
@@ -526,6 +526,7 @@ salt_checkin() {
|
|||||||
# Master State to Fix Mine Usage
|
# Master State to Fix Mine Usage
|
||||||
if [ $INSTALLTYPE == 'MASTERONLY' ]; then
|
if [ $INSTALLTYPE == 'MASTERONLY' ]; then
|
||||||
salt-call state.apply ca >>~/sosetup.log 2>&1
|
salt-call state.apply ca >>~/sosetup.log 2>&1
|
||||||
|
sudo salt '*' mine.send x509.get_pem_entries glob_path=/etc/pki/ca.crt
|
||||||
# salt-call state.apply ssl >>~/sosetup.log 2>&1
|
# salt-call state.apply ssl >>~/sosetup.log 2>&1
|
||||||
# salt-call state.apply common >>~/sosetup.log 2>&1
|
# salt-call state.apply common >>~/sosetup.log 2>&1
|
||||||
echo " *** Restarting Salt to fix any SSL errors. ***"
|
echo " *** Restarting Salt to fix any SSL errors. ***"
|
||||||
|
|||||||
Reference in New Issue
Block a user