Commit 882babda authored by Rob Percival's avatar Rob Percival Committed by Matt Caswell
Browse files

Clarifies the format of a log's public key in the CONF file

parent 4a388d1e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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