You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by tr...@apache.org on 2015/02/22 17:28:48 UTC

svn commit: r1661490 - /httpd/httpd/trunk/docs/manual/mod/mod_ssl_ct.xml

Author: trawick
Date: Sun Feb 22 16:28:48 2015
New Revision: 1661490

URL: http://svn.apache.org/r1661490
Log:
Refer to a tool from Tom Ritter for storing an SCT in a form
suitable for consumption by mod_ssl_ct.

Modified:
    httpd/httpd/trunk/docs/manual/mod/mod_ssl_ct.xml

Modified: httpd/httpd/trunk/docs/manual/mod/mod_ssl_ct.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_ssl_ct.xml?rev=1661490&r1=1661489&r2=1661490&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_ssl_ct.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_ssl_ct.xml Sun Feb 22 16:28:48 2015
@@ -214,6 +214,19 @@ testing.</p>
 
 </section>
 
+<section id="static">
+  <title>Storing SCTs in a form consumable by mod_ssl_ct</title>
+
+  <p><module>mod_ssl_ct</module> allows you to configure SCTs statically
+  using the <directive>CTStaticSCTs</directive> directive.  These must be
+  in binary form, ready to send to a client.</p>
+
+  <p>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
+  <a href="https://github.com/tomrittervg/ct-tools">Tom Ritter's ct-tools 
+  repository</a>.  Refer to <code>write-sct.py</code></p>
+</section>
+
 <section id="logging">
   <title>Logging CT status in the access log</title>