Administration → Security Administration → Authentication Realms and Users → PKI Certificate Authentication Configuration → Configuring Internal Revocation Verification
To configure the server for internal revocation verification:
<Connector port="8643" SSLEnabled="true"
scheme="https" secure="true" sslProtocol="TLS"
sslEnabledProtocols="TLSv1.2,TLSv1.1,TLSv1"
maxHttpHeaderSize="8192"
maxThreads="150" minSpareThreads="25"
enableLookups="false" disableUploadTimeout="true"
acceptCount="100"
keystoreFile="conf/sample-ssl.jks"
keystorePass="microfocus" keyAlias="tomcat"
truststoreFile="conf/sample-ssl.jks" truststorePass="serena"
clientAuth="true" crlFile=”../list.crl”/>
Copyright © 2011–2017 Serena Software, Inc., a Micro Focus company. All rights reserved.