mirror of
https://github.com/samply/bridgehead.git
synced 2026-06-23 18:30:17 +02:00
Add general OVIS bridgehead project
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user