Brian Rieger
Brian Rieger
I had a conversation with @joaopapereira on this and I have tested this on my local with nginx in front of a docker registry and am able to push images...
Expected Failure with mutual-tls false ```sh ./imgpkg copy --tar /Users/brieger/Documents/nginx.tar --to-repo 127.0.0.1:5043/nginx --registry-mutual-tls=false --registry-client-cert-path /Users/brieger/.docker/certs.d/127.0.0.1\:5043/client.cert --registry-client-key-path /Users/brieger/.docker/certs.d/127.0.0.1\:5043/client.key --registry-ca-cert-path /Users/brieger/.docker/certs.d/127.0.0.1\:5043/ca.crt --registry-username testuser --registry-password testpassword copy | importing 1 images... copy |...