View | Details | Raw Unified | Return to bug 57759
Collapse All | Expand All

(-)docs/tomcat-8.0-doc/config/http.html (-2 / +6 lines)
Lines 951-958 Link Here
951
      certificates. If not defined, client certificates will not be checked
951
      certificates. If not defined, client certificates will not be checked
952
      against a certificate revocation list.</p>
952
      against a certificate revocation list.</p>
953
    </td></tr><tr><td><code class="attributeName">keyAlias</code></td><td>
953
    </td></tr><tr><td><code class="attributeName">keyAlias</code></td><td>
954
      <p>The alias used to for the server certificate in the keystore. If not
954
      <p>The alias associated with the server certificate in the keystore. If not
955
      specified the first key read in the keystore will be used.</p>
955
      specified the first certificate read will be used.  This is not 
956
      necessarily the first certificate listed when viewing the keystore, but
957
      the first certificate read.  </p>
958
      <p>Note:  If you have more than one certificate in your keystore it is
959
      recommended to specify the keyAlias value.</p>
956
    </td></tr><tr><td><code class="attributeName">keyPass</code></td><td>
960
    </td></tr><tr><td><code class="attributeName">keyPass</code></td><td>
957
      <p>The password used to access the server certificate from the
961
      <p>The password used to access the server certificate from the
958
      specified keystore file.  The default value is "<code>changeit</code>".
962
      specified keystore file.  The default value is "<code>changeit</code>".

Return to bug 57759