Update install/step-ca-install.sh

Co-authored-by: Tobias <96661824+CrazyWolf13@users.noreply.github.com>
This commit is contained in:
Joerg Heinemann 2026-02-03 15:56:37 +01:00 committed by GitHub
parent 1a1bb6e887
commit f23c0d8fef
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,14 +13,12 @@ setting_up_container
network_check
update_os
msg_info "Install smallstep repositories"
setup_deb822_repo \
"smallstep" \
"https://packages.smallstep.com/keys/apt/repo-signing-key.gpg" \
"https://packages.smallstep.com/stable/debian" \
"debs" \
"main"
msg_ok "Installed smallstep repositories"
msg_info "Installing step-ca and step-cli"
$STD apt install -y step-ca step-cli