Configuring Client Authentication with Digital Certificates on Apache HTTP Server
Copyright © 2021. Cloud Software Group, Inc. All Rights Reserved.
Configure the client authentication with digital certificates on the Apache HTTP server.
Parameter | Value |
---|---|
SSLCACertificatePath | Location of the directory containing the separate files for each certificate authority’s digital certificate.
For example, /etc/apache2/ssl.crt Set either of the SSLCACertificatePath or SSLCACertificateFile directive, not both. |
SSLCACertificateFile | Name and location of a single certificate file that contains all CA certificates.
For example, /etc/apache2/ssl.crt/cacert-bundle.pem Set one of the SSLCACertificatePath or SSLCACertificateFile directive, not both. |
SSLVerifyClient | require |
SSLVerifyDepth | 1 |