notary
notary copied to clipboard
Notary is a project that allows anyone to have trust over arbitrary collections of data
notary implements the PKCS11 interface so it should be possible to integrate to other HSMs such as CloudHSM and Nitrokey
The only hardware that notary supports as trustmanager is Yubikey. We would like to extend notary to support other devices that work according to PKCS#11 -- and for our case...
When notary warns me of an impending expiration, the _first_ thing I want to know is when. This commit adds the date to the error message.
I believe these are correct, emailing to check... they came from public github info/commits etc. cc @endophage @cyli @nathanmccauley @ecordell @diogomonica
I'm working on the notary package for debian: https://salsa.debian.org/go-team/packages/notary In Debian unstable lately, we updated the `prometheus/client_golang` package to `v1.x`. This new version removes all deprecated APIs, hence brings several...
This fixes #1527 and constitutes a breaking change to the exported metrics. The old default set of handler metrics from 0.9 are replaced with those from the documented exameple in...
I have been working at setting up a docker notary on a Centos 8 machine. I followed the README.md for the notary project which tells me to use the testing...
We already have the "notary list" command, but it requires the user to supply a GUN. It would be useful to be able to iterate through all the GUNs on...
Could you share details about the plans for the Notary service? Could Notary be considered as an active project? Even though there are new commits in the master branch, from...
Hi! I'm not sure if this is a bit if missing code, or a doc issue, or just a problem in my understanding, but from what I can tell, setting...