Source repo for Docker's Documentation
Go to file
David Lawrence 3172393dba linking to notary and notary-server readmes 2015-06-19 13:34:18 -07:00
Godeps rename vetinari to notary 2015-06-19 11:01:19 -07:00
cmd exist verify with 1 on fail and make size print correctly in cli output 2015-06-19 12:38:33 -07:00
config rename vetinari to notary 2015-06-19 11:01:19 -07:00
errors adding some basic tests for circleci 2015-04-13 15:27:18 -07:00
fixtures rename vetinari to notary 2015-06-19 11:01:19 -07:00
notarymysql rename vetinari to notary 2015-06-19 11:01:19 -07:00
server Notary Server in server log messages 2015-06-19 11:17:06 -07:00
signer Changed cryptoservice and rufus interface 2015-06-18 14:02:44 -07:00
trustmanager Added confirmation for trust 2015-06-18 21:32:30 -07:00
utils Notary Server in server log messages 2015-06-19 11:17:06 -07:00
version rename vetinari to notary 2015-06-19 11:01:19 -07:00
.gitignore rename vetinari to notary 2015-06-19 11:01:19 -07:00
Dockerfile rename vetinari to notary 2015-06-19 11:01:19 -07:00
Makefile rename vetinari to notary 2015-06-19 11:01:19 -07:00
README.md linking to notary and notary-server readmes 2015-06-19 13:34:18 -07:00
ROADMAP.md update readme files for rename 2015-06-19 11:26:52 -07:00
ca.crt Adding new certs to vetinari 2015-04-27 18:39:31 -07:00
circle.yml upgrading stable go to 1.4.2 2015-04-24 11:43:55 -07:00
docker-compose.yml rename vetinari to notary 2015-06-19 11:01:19 -07:00

README.md

N.B. The project is a work in progress and is not ready for 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.