Merge pull request #6712 from Security-Onion-Solutions/fix/ub1804ssl

all run ssl state during setup
This commit is contained in:
Josh Patterson
2021-12-28 16:34:58 -05:00
committed by GitHub

View File

@@ -766,10 +766,8 @@ echo "1" > /root/accept_changes
generate_ca >> $setup_log 2>&1
fi
if [[ $is_minion ]]; then
set_progress_str 24 'Generating SSL'
generate_ssl >> $setup_log 2>&1
fi
set_progress_str 24 'Generating SSL'
generate_ssl >> $setup_log 2>&1
if [[ $is_manager || $is_helix || $is_import ]]; then
set_progress_str 25 'Configuring firewall'