From 882babda464ace7ec0d6dc9e68f6da29be86c1c1 Mon Sep 17 00:00:00 2001 From: Rob Percival Date: Thu, 4 Aug 2016 18:41:23 +0100 Subject: [PATCH] Clarifies the format of a log's public key in the CONF file Reviewed-by: Rich Salz Reviewed-by: Matt Caswell --- doc/crypto/CTLOG_STORE_new.pod | 4 ++-- 1 file 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 = + key = [bar] description = Log 2 - key = + key = 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 -- 2.34.1