A simple certificate management with step-cli for internal network use.
docker run -d --name stepin -p 8080:8080 -v "$(pwd)/database:/app/database" \
-e STEPIN_ROOT_CA_PASSWORD="$(openssl rand -base64 15)" \
ghcr.io/allape/stepin:mainvim docker.compose.yaml # at least change one of the passwords
docker compose -f docker.compose.yaml up -dgo run .cd ui
npm i
npm run dev