Add general OVIS bridgehead project

This commit is contained in:
tm16-medma
2026-06-17 15:55:01 +02:00
parent aa0328325b
commit 2aca8d1a6a
16 changed files with 4111 additions and 4 deletions
+4
View File
@@ -94,6 +94,10 @@ if [ "${PROJECT}" != "minimal" ]; then
fi
fi
checkPrivKey() {
if [ "${REQUIRES_BEAM:-true}" != "true" ]; then
log INFO "Skipping private key check - $PROJECT does not require Samply.Beam enrollment."
return 0
fi
if [ -e "${CONFIG_DIR}pki/${SITE_ID}.priv.pem" ]; then
log INFO "Success - private key found."
else