#!/bin/bash # Generate secrets for PDS configuration echo "PDS_JWT_SECRET=$(openssl rand -hex 32)" echo "PDS_ADMIN_PASSWORD=$(openssl rand -base64 24)" echo "PDS_PLC_ROTATION_KEY_K256_PRIVATE_KEY_HEX=$(openssl rand -hex 32)"