diff options
author | Jeff Trawick <trawick@apache.org> | 2014-05-19 14:24:43 +0200 |
---|---|---|
committer | Jeff Trawick <trawick@apache.org> | 2014-05-19 14:24:43 +0200 |
commit | e73268d51f62b68d160177d2123665530eb64c26 (patch) | |
tree | 8aed25321cd53d55b925ee88047f4f63f2228c1d /docs/manual/mod/mod_ssl_ct.html.en | |
parent | Follow-up to r1588987: (diff) | |
download | apache2-e73268d51f62b68d160177d2123665530eb64c26.tar.xz apache2-e73268d51f62b68d160177d2123665530eb64c26.zip |
xforms
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1595862 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r-- | docs/manual/mod/mod_ssl_ct.html.en | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/manual/mod/mod_ssl_ct.html.en b/docs/manual/mod/mod_ssl_ct.html.en index 75cd47bba9..a37e4a6649 100644 --- a/docs/manual/mod/mod_ssl_ct.html.en +++ b/docs/manual/mod/mod_ssl_ct.html.en @@ -478,10 +478,10 @@ ServerHello</td></tr> public key. If the name is not absolute, then it is assumed to be relative to <code class="directive"><a href="../mod/core.html#serverroot">ServerRoot</a></code>.</dd> - <dt><em>trust</em></dt> - <dd>This is a generic <q>trust</q> flag. Set this field to <em>0</em> to - distrust this log, or to otherwise avoid using it for server certificate - submission.</dd> + <dt><em>trust/distrust</em></dt> + <dd>Set this field to <em>1</em> to distrust this log, or to otherwise avoid + using it for server certificate submission. Set this to <em>-</em> or + <em>0</em> (the default) to treat the log normally.</dd> <dt><em>min-timestamp</em> and <em>max-timestamp</em></dt> <dd>A timestamp is a time as expressed in the number of milliseconds since the |