Administration → Security Administration → Authentication Realms and Users → PKI Certificate Authentication Configuration → Configuring the Server to Support PKI Certificates
Before you can use PKI certificates for authentication, you must configure the server to expect certificate-based authentication upon requested access.
To configure the server to support use of PKI Certificates for authentication:
C:\Program Files\Micro Focus\common\tomcat\8.5\webapps\da\conf
<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" />
Certificate-based authentication failed
Copyright © 2011–2019 Micro Focus or one of its affiliates. All rights reserved.