SSL_CERT_FILE - Perceptive Content Server Install Guide - Foundation 24.1 - Foundation 24.1 - Ready - Perceptive Content - external - Perceptive-Content/Perceptive-Content-Server-Install-Guide/Foundation-24.1/Perceptive-Content-Server-Install-Guide/Install-Perceptive-Content/Configure-OpenSSL-trust-stores-for-SSL/TLS-on-Linux-and-Windows/SSL_CERT_FILE - 2024-04-02

Perceptive Content Server Install Guide

Platform
Perceptive Content
Product
Perceptive Content Server Install Guide
Release
Foundation 24.1
License

SSL_CERT_FILE should specify the full path to a file of CA certificates in PEM format. The file may contain any number of CA certificates in sequence with text allowed before, between, and after certificates. When this environment variable is not specified, it defaults to the file cert.pem in the default OpenSSL directory.

The following is an example of the file format.

# Description of certificate
-----BEGIN CERTIFICATE-----
... (CA certificate in base64 encoding) ...
-----END CERTIFICATE-----
# Description of certificate
-----BEGIN CERTIFICATE-----
... (CA certificate in base64 encoding) ...
-----END CERTIFICATE-----
# Description of certificate
-----BEGIN CERTIFICATE-----
... (CA certificate in base64 encoding) ...
-----END CERTIFICATE-----