From 4bff4f687c3430379ee7af6fa16dbea18e391316 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Mon, 29 Apr 2024 17:47:34 +0200 Subject: [PATCH] ca/anchors --- cd.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cd.sh b/cd.sh index d1ac177..9039eb9 100644 --- a/cd.sh +++ b/cd.sh @@ -197,7 +197,7 @@ local target cd_step "Copy CA" case "${CD_OS_NAME}" in "debian") target="/usr/local/share/ca-certificates" ;; - "alma") echo "TODO" ;; + "alma") target="/etc/pki/ca-trust/source/anchors" ;; *) cd_error_os "cd_copy_ca" ;; esac # TODO copy