Source repo for Docker's Documentation
Go to file
Aaron Lehmann e5a42d4df9 Add ExportKeysByGUN function
It exports the keys for a particular GUN to a zip, encrypted with a
specified passphrase.

Signed-off-by: Aaron Lehmann <aaron.lehmann@docker.com>
2015-07-15 17:14:57 -07:00
Godeps Godeps update, removed dependency on rufus 2015-07-14 00:39:03 -07:00
client Add ExportKeysByGUN function 2015-07-15 17:14:57 -07:00
cmd Move CryptoService and UnlockedCryptoService into a cryptoservice package 2015-07-14 18:39:38 -07:00
cryptoservice Move CryptoService and UnlockedCryptoService into a cryptoservice package 2015-07-14 18:39:38 -07:00
errors adding some basic tests for circleci 2015-04-13 15:27:18 -07:00
fixtures Initial copy of notary-signer 2015-07-14 00:23:22 -07:00
keystoremanager Add ExportKeysByGUN function 2015-07-15 17:14:57 -07:00
notarymysql refactoring database schema out into its own file for easier use outside of containers 2015-07-13 14:41:51 -07:00
proto Refactored Rufus API 2015-07-14 00:23:38 -07:00
server Change fallback timestamp algorithtm to supported version 2015-07-14 11:44:50 -07:00
signer Working docker build/docker compose 2015-07-14 15:46:21 -07:00
trustmanager Make FileStore only allow operations on files inside the store 2015-07-15 17:14:56 -07:00
utils Fix access controller resource type 2015-07-13 16:22:05 -07:00
version rename vetinari to notary 2015-06-19 11:01:19 -07:00
.gitignore adding timestamping and some general cleanup 2015-07-03 15:38:09 -07:00
CONTRIBUTING.md Update contributing for notary 2015-06-21 12:51:35 -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 Adding script to output coverage over all packages 2015-07-14 19:23:53 -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
ca.crt Adding new certs to vetinari 2015-04-27 18:39:31 -07:00
circle.yml exclude proto gen'd code from go fmt during circle ci 2015-07-14 14:21:52 -07:00
coverage.sh Removing uneeded push to coveralls 2015-07-14 20:16:17 -07:00
docker-compose.yml Adding link to notary-signer in dockerfile 2015-07-14 15:57:11 -07:00
notary-server-Dockerfile Working docker build/docker compose 2015-07-14 15:46:21 -07:00
notary-signer-Dockerfile Working docker build/docker compose 2015-07-14 15:46:21 -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.