notary
notary copied to clipboard
Notary is a project that allows anyone to have trust over arbitrary collections of data
At work I encountered a bug where the Common Name and the GUN differ only in their capitalization: `DEBU[0001] error leaf certificate CN: example.com/repository/LPF doesn't match the given GUN: example.com/repository/lpf`...
Need to estabilish mutual tls between docker client and notary server container could you please respective config's
We're using Docker Content Trust (DCT) to sign our images. I noticed in the documentation that there is a possibility to build [key hierarchies](https://github.com/notaryproject/notary/blob/master/docs/images/key-hierarchy.svg). This leads me to my first...
I am using Jenkins Slave machines to sign and push docker images. I have root-ca crt in the slave machines. export DOCKER_CONTENT_TRUST=1 export DOCKER_CONTENT_TRUST_SERVER= https://personal-server.com:4443 When I sign images, the...
Hello We are trying to set up our own notary server but keep running into the error 'transport: x509: certificate signed by unknown authority'. We have been following the guidelines...
**Working condition** Using below certs and key (openssl generated) in config.json server-app-cm.yml : `{ "server": { "http_addr": ":443", "tls_key_file": "./certs/notary-server.key", "tls_cert_file": "./certs/notary-server.crt" }, "trust_service": { "type": "remote", "hostname": "notary-signer-svc", "port":...
Hi, I am trying to generate certificates using regenerateTestingCerts.sh. And the started the notary with command docker-compose up. While connecting openssl s_client -connect :4443 -CAfile fixtures/root-ca.crt -no_ssl3 -no_ssl2 Error is...
where can I find the notary logs ? I am trying to figure out if there is a request received docker client to download a signed image. Thanks, Umesh
On Amazon Linux, openssl.cnf is here: /etc/pki/tls/openssl.cnf Thanks :)