Open sestegra opened 3 years ago
To use the same root CA on my whole services, I need to pass my own TLS certificates when starting docker-registry-proxy.
Hi! It looks like it is possible: https://github.com/rpardini/docker-registry-proxy/blob/master/create_ca_cert.sh#L32
So, I guess, we can create the configmap with the pregenerated CA and mount it to /ca/ca.crt
/ca/ca.crt
To use the same root CA on my whole services, I need to pass my own TLS certificates when starting docker-registry-proxy.