From 33c2c964f9443c13bc9ceee476cac09e04dca1c3 Mon Sep 17 00:00:00 2001 From: Jeff Trawick Date: Sun, 22 Feb 2015 16:28:48 +0000 Subject: [PATCH] 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 --- docs/manual/mod/mod_ssl_ct.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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 -- 2.50.1