Source repo for Docker's Documentation
Go to file
David Lawrence 94de318202 ErrSigVerifyFail isn't used, we should be retrying on ErrRoleThreshold which means we didn't have enough keys to validate the signatures
Signed-off-by: David Lawrence <david.lawrence@docker.com> (github: endophage)
2015-07-23 11:57:40 -07:00
Godeps ErrSigVerifyFail isn't used, we should be retrying on ErrRoleThreshold which means we didn't have enough keys to validate the signatures 2015-07-23 11:57:40 -07:00
client Adding tests for CertsToRemove, and move tests around 2015-07-22 19:08:01 -07:00
cmd Only skip TLS certificate verification if this is explicitly specified in the config 2015-07-21 17:45:38 -07:00
cryptoservice better error handling for invalid password 2015-07-22 11:37:54 -07:00
errors updating errors to use distribution's errcode package 2015-07-17 18:02:56 -07:00
fixtures Fixed bug in Root Validation and added more test 2015-07-17 14:33:05 -07:00
keystoremanager Fixing minor nits 2015-07-22 22:47:22 -07:00
notarymysql fixing timestamp errors on list 2015-07-20 10:35:40 -07:00
pkg/passphrase Abridge key ids on print, warn about key generation 2015-07-22 18:39:46 -07:00
proto Fixing protobufs and signer 2015-07-22 16:51:55 -07:00
server Removing Writing data debug line 2015-07-22 23:41:18 -07:00
signer Fixing rsa hardware crypto service nil-interface bug 2015-07-22 17:17:02 -07:00
trustmanager update tests to check for new types 2015-07-23 01:54:14 -07:00
utils updating errors to use distribution's errcode package 2015-07-17 18:02:56 -07:00
version rename vetinari to notary 2015-06-19 11:01:19 -07:00
.gitignore Update .gitingore for IDE files 2015-07-20 10:58:20 -07:00
CONTRIBUTING.md Update contributing for notary 2015-06-21 12:51:35 -07:00
Dockerfile move coverage script to makefile function 2015-07-17 12:17:38 -07:00
LICENSE adding apache license 2015-06-20 19:53:49 -07:00
MAINTAINERS adding MAINTAINERS and CONTRIBUTING.md (copied dfrom distribution with a few tweaks) 2015-06-19 13:44:00 -07:00
Makefile Fix cover target in Makefile 2015-07-17 16:27:54 -07:00
README.md putting the same warning at the top of all the readmes. 2015-06-21 16:13:16 -07:00
ROADMAP.md Refactored Rufus API 2015-07-14 00:23:38 -07:00
circle.yml gofmt across the baord 2015-07-20 11:00:24 -07:00
docker-compose.yml review feedback 2015-07-20 11:00:24 -07:00
notary-server-Dockerfile Add makefile target for cross 2015-07-17 11:36:38 -07:00
notary-signer-Dockerfile Add makefile target for cross 2015-07-17 11:36:38 -07:00

README.md

Notary is still a work in progress and we invite contributions and reviews from the security community. It will need to go through a formal security review process before it should be used in production.

Notary

Overview

The Notary project comprises a server and a client for running and interacting with trusted collections. Please see the READMEs for the individual tools for more information on their specifics.

Goals

Notary aims to make the internet more secure by making it easy for people to publish and verify content. We often rely on TLS to secure our communications with a web server which is inherently flawed, as any compromise of the server enables malicious content to be substituted for the legitimate content.

With Notary, publishers can sign their content offline using keys kept highly secure. Once the publisher is ready to make the content available, they can push their signed trusted collection to a Notary Server.

Consumers, having acquired the publisher's public key through a secure channel, can then communicate with any notary server or (insecure) mirror, relying only on the publisher's key to determine the validity and integrity of the received content.