1
0
mirror of https://github.com/bitwarden/directory-connector synced 2026-01-04 17:43:31 +00:00

Fix mkcert bash script (#723)

Wrap CAROOT path in quotes to handle spaces in path
This commit is contained in:
Thomas Rittson
2025-02-20 10:00:42 +10:00
committed by GitHub
parent 3ae90cbb4c
commit c5a65a85ad
2 changed files with 3 additions and 3 deletions

View File

@@ -6,5 +6,5 @@ fi
mkcert -install
mkdir -p ./openldap/certs
cp $(mkcert -CAROOT)/rootCA.pem ./openldap/certs/rootCA.pem
cp "$(mkcert -CAROOT)/rootCA.pem" ./openldap/certs/rootCA.pem
mkcert -key-file ./openldap/certs/openldap-key.pem -cert-file ./openldap/certs/openldap.pem localhost openldap