summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorRob Percival <robpercival@google.com>2016-08-04 18:41:23 +0100
committerMatt Caswell <matt@openssl.org>2016-08-24 13:58:19 +0100
commit882babda464ace7ec0d6dc9e68f6da29be86c1c1 (patch)
treec4fd9b5baa229f2b8315e17d369c7654b00c23c4 /doc
parent4a388d1e05530fd922d8dce2d04d976468523106 (diff)
Clarifies the format of a log's public key in the CONF file
Reviewed-by: Rich Salz <rsalz@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/crypto/CTLOG_STORE_new.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/crypto/CTLOG_STORE_new.pod b/doc/crypto/CTLOG_STORE_new.pod
index 44c526c6b2..2a38f263ba 100644
--- a/doc/crypto/CTLOG_STORE_new.pod
+++ b/doc/crypto/CTLOG_STORE_new.pod
@@ -36,11 +36,11 @@ The expected format of the file is:
[foo]
description = Log 1
- key = <base64-encoded public key here>
+ key = <base64-encoded DER SubjectPublicKeyInfo here>
[bar]
description = Log 2
- key = <base64-encoded public key here>
+ key = <base64-encoded DER SubjectPublicKeyInfo here>
Once a CTLOG_STORE is no longer required, it should be passed to
CTLOG_STORE_free(). This will delete all of the CTLOGs stored within, along