Files
xingrin/.github/workflows
yyhuni b1a48edd40 Add SSL certificate generation step for nginx Docker build in CI workflow
- Add conditional step to generate self-signed SSL certificates before building xingrin-nginx image
- Create docker/nginx/ssl directory and generate privkey.pem and fullchain.pem files
- Use OpenSSL to create 365-day RSA 2048-bit certificate with CN=localhost
- Only execute when building nginx image to avoid unnecessary certificate generation
2025-12-12 19:41:59 +08:00
..