Changed the naming convention of the tls server file to match osx (#2485)

This commit is contained in:
Ryan Holeman 2016-09-20 18:35:36 -05:00 committed by Teddy Reed
parent 54b20112de
commit 9d9e32badc

View File

@ -130,7 +130,7 @@ function main() {
if [[ $OSQUERY_TLS_CERT_CHAIN_SRC != "" ]] && [[ -f $OSQUERY_TLS_CERT_CHAIN_SRC ]]; then
log "tls server certs file setup"
cp $OSQUERY_TLS_CERT_CHAIN_SRC $INSTALL_PREFIX/$OSQUERY_ETC_DIR/tls_server_certs.pem
cp $OSQUERY_TLS_CERT_CHAIN_SRC $INSTALL_PREFIX/$OSQUERY_ETC_DIR/tls-server-certs.pem
fi
if [[ $DISTRO = "xenial" ]]; then