Skip to content

Commit

Permalink
Clarifies the format of a log's public key in the CONF file
Browse files Browse the repository at this point in the history
Reviewed-by: Rich Salz <rsalz@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
  • Loading branch information
Rob Percival authored and mattcaswell committed Aug 24, 2016
1 parent 4a388d1 commit 882babd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/crypto/CTLOG_STORE_new.pod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 882babd

Please sign in to comment.