From 83fd98a29b83428c689265ee86b92c97ff656678 Mon Sep 17 00:00:00 2001 From: John Lancaster <32917998+jsl12@users.noreply.github.com> Date: Mon, 29 Dec 2025 21:57:16 -0600 Subject: [PATCH] changed default cert dir --- scripts/setup_wizard.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/setup_wizard.sh b/scripts/setup_wizard.sh index de35a9d..8b27c74 100755 --- a/scripts/setup_wizard.sh +++ b/scripts/setup_wizard.sh @@ -148,7 +148,7 @@ fi # 1. Collect Inputs # Example: get_input "HOST_NAME" "Enter Hostname" "$(hostname)" "false" -get_input "CERT_DIR" "Enter directory for certificates" "$(step path)/certs" "false" +get_input "CERT_DIR" "Enter directory for certificates" "/var/lib/ssl" "false" get_input "CERT_LOCATION" "Enter specific path for cert" "${CERT_DIR}/${HOSTNAME}.crt" "false" get_input "KEY_LOCATION" "Enter specific path for private key" "${CERT_DIR}/${HOSTNAME}.key" "false"