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