feat: add FreeRADIUS EAP module configuration and container entrypoint script for dynamic service orchestration
Build and Push Docker Image to Gitea Container Registry / build-and-push (push) Successful in 3m17s
Build and Push Docker Image to Gitea Container Registry / build-and-push (push) Successful in 3m17s
This commit is contained in:
@@ -34,9 +34,11 @@ fi
|
||||
# Generate FreeRADIUS EAP certificates if missing
|
||||
if [ ! -f /etc/freeradius/3.0/certs/server.pem ]; then
|
||||
echo "Generating FreeRADIUS EAP certificates..."
|
||||
if [ -f /etc/freeradius/3.0/certs/bootstrap ]; then
|
||||
/etc/freeradius/3.0/certs/bootstrap || true
|
||||
cd /etc/freeradius/3.0/certs
|
||||
if [ -f ./bootstrap ]; then
|
||||
./bootstrap || true
|
||||
fi
|
||||
cd /app
|
||||
fi
|
||||
|
||||
# Ensure correct permissions for FreeRADIUS config directory
|
||||
|
||||
Reference in New Issue
Block a user