OpenSSL ct_log_list.cnf configuration example for Red Hat Enterprise Linux 8 (Ootpa)

Get the default configuration file ct_log_list.cnf for OpenSSL, optimized for Red Hat Enterprise Linux 8 (Ootpa). This example configuration ensures optimal compatibility and performance for OpenSSL, making it easy to set up and adjust to meet your needs.

Find and download the configuration file here: /etc/pki/tls/ct_log_list.cnf.

For more configurations and setup guides, visit our related files section to further customize your system.

    # This file specifies the Certificate Transparency logs
# that are to be trusted.

# Google's list of logs can be found here:
#       www.certificate-transparency.org/known-logs
# A Python program to convert the log list to OpenSSL's format can be
# found here:
#       https://github.com/google/certificate-transparency/blob/master/python/utilities/log_list/print_log_list.py
# Use the "--openssl_output" flag.

    
  

Config Details

Location
/etc/pki/tls/ct_log_list.cnf
Operating system
Red Hat Enterprise Linux 8 (Ootpa)
Length
9 lines
MD5 checksum
5b561a90362b8eb9127c792c3f5902e0

Usage

Download the raw file with wget or curl

Wget

wget -O ct_log_list.cnf.example https://exampleconfig.com/static/raw/openssl/rhel8/etc/pki/tls/ct_log_list.cnf

cURL

curl https://exampleconfig.com/static/raw/openssl/rhel8/etc/pki/tls/ct_log_list.cnf > ct_log_list.cnf.example