Added support for installing multiple CA certificates from certs directory.

This commit is contained in:
2026-01-17 11:21:20 -05:00
parent f6fe732b4b
commit 985ecd76a4
3 changed files with 20 additions and 9 deletions

View File

@@ -26,7 +26,7 @@ INTERNET_CHECK_URL="https://logal.dev/"
MIRROR_URL='https://mirrors.logal.dev/archlinux/$repo/os/$arch'
# Paths
CA_CERT_PATH="${SCRIPT_DIR}/files/certs/logalnet-internal-ca.crt"
CA_CERTS_DIR="${SCRIPT_DIR}/files/certs"
CONFIG_SRC_DIR="${SCRIPT_DIR}/files/etc"
HOME_CONFIG_DIR="${SCRIPT_DIR}/files/home"
MOUNT_POINT="/mnt"