sharenet/registry/openssl.conf
continuist ed32d5aaaf
Some checks are pending
CI/CD Pipeline (Fully Isolated DinD) / Run Tests (DinD) (push) Waiting to run
CI/CD Pipeline (Fully Isolated DinD) / Build and Push Docker Images (DinD) (push) Blocked by required conditions
CI/CD Pipeline (Fully Isolated DinD) / Deploy to Production (push) Blocked by required conditions
Update the CI guide to match the new config files for docker registry + caddy
2025-08-15 18:44:28 -04:00

18 lines
No EOL
296 B
Text

[ req ]
default_bits = 2048
prompt = no
default_md = sha256
req_extensions = req_ext
distinguished_name = dn
[ dn ]
O=YOUR_REGISTRY_NAME
CN=YOUR_CI_CD_IP
[ req_ext ]
subjectAltName = @alt_names
[ alt_names ]
DNS.1 = localhost
IP.1 = YOUR_CI_CD_IP
IP.2 = 127.0.0.1