fix: update CA_DIR default value to use ./storage instead of ./ca
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
# For more sophisticated certificate management, consider using Simple CA project
|
# For more sophisticated certificate management, consider using Simple CA project
|
||||||
# from: https://gitea.koszewscy.waw.pl/slawek/simple-ca.git
|
# from: https://gitea.koszewscy.waw.pl/slawek/simple-ca.git
|
||||||
|
|
||||||
CA_DIR="${CA_DIR:-./ca}"
|
CA_DIR="${CA_DIR:-./storage}"
|
||||||
CA_NAME="${CA_NAME:-Azurite Emulator CA}"
|
CA_NAME="${CA_NAME:-Azurite Emulator CA}"
|
||||||
STORAGE_ACCOUNT_NAME="${STORAGE_ACCOUNT_NAME:-azuritelocal}"
|
STORAGE_ACCOUNT_NAME="${STORAGE_ACCOUNT_NAME:-azuritelocal}"
|
||||||
mkdir -p "$CA_DIR"
|
mkdir -p "$CA_DIR"
|
||||||
|
|||||||
Reference in New Issue
Block a user