Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add TLS support to configure-linux.sh script #90

Merged
merged 4 commits into from Apr 25, 2017
Merged
Changes from 1 commit
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Refactor

  • Loading branch information
Shwetajain148
Shwetajain148 committed Apr 24, 2017
commit 450d9cc326d398ffcff9fe4fb12a6507c73a04f5
@@ -852,18 +852,16 @@ checkIfTLS()
LOGGLY_SYSLOG_PORT=6514
break;;
[Nn]* )
LINUX_DO_VERIFICATION="false"
logMsgToConfigSysLog "INFO" "INFO: Skipping Linux verification."
break;;
* ) echo "Please answer yes or no.";;
esac
done
else
else
logMsgToConfigSysLog "WARN" "WARN: Your system logs are being send insecurely. We prefer to send system logs securely so switching to secure configuration."
LOGGLY_TLS_SENDING="true"
LOGGLY_SYSLOG_PORT=6514

fi
fi
fi
}

ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.