From: Jeff Trawick
Server processing overview
Proxy processing overview
Log configuration
Storing SCTs in a form consumable by mod_ssl_ct
Logging CT status in the access log
Off-line audit for proxymod_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
Both proxy and server modes set the SSL_CT_PEER_STATUS
- variable to indicate if the peer is CT-aware.
Proxy and server modes set the SSL_CT_PROXY_STATUS and
+ SSL_CT_CLIENT_STATUS variables, respectively, to indicate
+ if the corresponding peer is CT-aware.
Proxy mode sets the SSL_PROXY_SCT_SOURCES variable to
+
Proxy mode sets the SSL_CT_PROXY_SCT_SOURCES variable to
indicate whether and where SCTs were obtained (ServerHello, certificate
extension, etc.).