Update openssl.conf
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

This commit is contained in:
continuist 2025-08-24 19:45:53 -04:00
parent 4b1e6c8c6c
commit 8d387531f1

View file

@ -1,18 +1,19 @@
[ req ] [ req ]
default_bits = 2048 default_bits = 4096
prompt = no prompt = no
default_md = sha256 default_md = sha256
req_extensions = req_ext
distinguished_name = dn distinguished_name = dn
req_extensions = req_ext
[ dn ] [ dn ]
O=YOUR_REGISTRY_NAME O = YOUR_REGISTRY_NAME
CN=YOUR_CI_CD_IP CN = YOUR_CI_CD_IP
[ req_ext ] [ req_ext ]
basicConstraints = CA:FALSE
keyUsage = digitalSignature, keyEncipherment
extendedKeyUsage = serverAuth
subjectAltName = @alt_names subjectAltName = @alt_names
[ alt_names ] [ alt_names ]
DNS.1 = localhost IP.1 = YOUR_CI_CD_IP
IP.1 = YOUR_CI_CD_IP
IP.2 = 127.0.0.1