From: Jeff Trawick Date: Sun, 22 Feb 2015 16:28:48 +0000 (+0000) Subject: Refer to a tool from Tom Ritter for storing an SCT in a form X-Git-Tag: 2.5.0-alpha~3438 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=33c2c964f9443c13bc9ceee476cac09e04dca1c3;p=apache Refer to a tool from Tom Ritter for storing an SCT in a form suitable for consumption by mod_ssl_ct. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1661490 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_ssl_ct.xml b/docs/manual/mod/mod_ssl_ct.xml index cfc4b7325a..4f95e6fe03 100644 --- a/docs/manual/mod/mod_ssl_ct.xml +++ b/docs/manual/mod/mod_ssl_ct.xml @@ -214,6 +214,19 @@ testing.

+
+ Storing SCTs in a form consumable by mod_ssl_ct + +

mod_ssl_ct allows you to configure SCTs statically + using the CTStaticSCTs directive. These must be + in binary form, ready to send to a client.

+ +

Sample code in the form of a Python script to build an SCT in the correct + format from data received from a log can be found in + Tom Ritter's ct-tools + repository. Refer to write-sct.py

+
+
Logging CT status in the access log