notary
notary copied to clipboard
Notary is a project that allows anyone to have trust over arbitrary collections of data
Hello, Because I'm runing on Fedora 33, I can't have docker, so I need to manually sign the image I push to our internal registry using podman and I wanted...
Hi Team - I would like to deploy the notary server and signer in Kubernetes with the Let's Encrypt certs for the notary server. In a typical K8S setup, the...
Addressing #1502 I started exploring Notary a couple of weeks ago and while docker-compose was helpful, I was trying to run it with something more natural to me and I...
I have created a collection, added a target to the collection and am able to list it or look it up successfully with the commands below. ``` $ notary init...
I've fixed two links that were incorrect, or have been moved since first publishing this documentation.
### Dockerfile: fix permissions, use "notary" as default user Before this, running the circle-ci integration tests showed some failures: ``` pkcs11 import was not found anywhere without a build tag,...
I just did this for the sake of avoiding GOPATH insanity and quality of life. What do you people think?
Reconnecting on the feature request discussed in [Issue #1388](https://github.com/theupdateframework/notary/issues/1388) "Generalized Notary Client External Signer/HSM Interface". To refresh your memory, this was a request that notary offer an option to interface...
According to https://github.com/theupdateframework/specification/blob/master/tuf-spec.md the TUF reference implementation only supports rsassa-pss-sha256, ed25519 and ecdsa-sha2-nistp256 - is this true for Notary, and especially for Docker Hub? Is it possible to use RSA...
Hello, I'm new to TUF, Notary and DCT and I haven't been able to find much information about the crypto algorithm used to generate the keys. I read `all keys...