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-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fa36824fedf56167e197ef47727890cb4bdecd00;p=thirdparty%2Fapache%2Fhttpd.git 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 cfc4b7325a9..4f95e6fe038 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