docker-registry-setup
docker-registry-setup copied to clipboard
Certificate update does not work
update-ca-certificates in auth/start.sh does not work /start.sh: line 5: update-ca-certificates: not found
also /auth_server -v=5 -alsologtostderr=true -log_dir=/logs $CONF_PATH does not work, you need /docker_auth/auth_server -v=5 -alsologtostderr=true -log_dir=/logs $CONF_PATH
so now I have a running cesanta/docker_auth but I can not install the certificate for my certificate authority for my ldap server, I get a lot of authn #2 returned error: LDAP Result Code 200 "Network Error": x509: certificate signed by unknown authority
Which is true, because it is self-signed.
as far as I can tell cesanta/docker_auth is based on busybox, which doesn't have update-ca-certificates and... never has. So perhaps this was tested against an earlier version, if so, which?
I have resolved this for myself by rebuilding the cessanta/dockerauth image with my certs in it, but it would be useful not to have to do that.
@HelenCousins see #8