mirror of
https://github.com/valitydev/osquery-1.git
synced 2024-11-07 18:08:53 +00:00
Changed the naming convention of the tls server file to match osx (#2485)
This commit is contained in:
parent
54b20112de
commit
9d9e32badc
@ -130,7 +130,7 @@ function main() {
|
|||||||
|
|
||||||
if [[ $OSQUERY_TLS_CERT_CHAIN_SRC != "" ]] && [[ -f $OSQUERY_TLS_CERT_CHAIN_SRC ]]; then
|
if [[ $OSQUERY_TLS_CERT_CHAIN_SRC != "" ]] && [[ -f $OSQUERY_TLS_CERT_CHAIN_SRC ]]; then
|
||||||
log "tls server certs file setup"
|
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
|
fi
|
||||||
|
|
||||||
if [[ $DISTRO = "xenial" ]]; then
|
if [[ $DISTRO = "xenial" ]]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user