提交 882babda 编写于 作者: R Rob Percival 提交者: Matt Caswell

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

Reviewed-by: NRich Salz <rsalz@openssl.org>
Reviewed-by: NMatt Caswell <matt@openssl.org>
上级 4a388d1e
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册