]> granicus.if.org Git - apache/commitdiff
Refer to a tool from Tom Ritter for storing an SCT in a form
authorJeff Trawick <trawick@apache.org>
Sun, 22 Feb 2015 16:28:48 +0000 (16:28 +0000)
committerJeff Trawick <trawick@apache.org>
Sun, 22 Feb 2015 16:28:48 +0000 (16:28 +0000)
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

index cfc4b7325a91dc55573f058bb1195d3fe1690c44..4f95e6fe0387e52f639fed9a1cf635be090f5ffb 100644 (file)
@@ -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>