File: README.md

package info (click to toggle)
golang-github-google-certificate-transparency 1.3.2-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 4,764 kB
  • sloc: sh: 606; makefile: 103; sql: 16
file content (31 lines) | stat: -rw-r--r-- 1,043 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Directory Contents
==================

This directory holds data files for testing; **under no circumstances should these
files be used in production**.

Some of the data files are generated from other data files; the [`Makefile`](Makefile) has commands for doing this, but
the generated files are checked in for convenience.


Trillian Server Keys
--------------------

Files of the form `*-server.privkey.pem` hold private keys for Trillian servers, with the corresponding public keys
stored in `*-server.pubkey.pem`.  The following sets of files are available:

 - `ct-http-server`: CT Log personality; password `dirk`.


X.509 Certificates
------------------

A fake certificate authority is used when testing a Certificate Transparency personality for Trillian, which uses:

 - `fake-ca.privkey.pem`: Private key for the CA; password `gently`.
 - `fake-ca.cert`: CA certificate.

 There is also an intermediate certificate authority, which uses:

 - `int-ca.privkey.pem`: Private key; password `babelfish`.
 - `int-ca.cert`: Certificate.