OpenSSL ct_log_list.cnf configuration example for CentOS Linux 8

Get the default configuration file ct_log_list.cnf for OpenSSL, optimized for CentOS Linux 8. 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
CentOS Linux 8
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/centos8/etc/pki/tls/ct_log_list.cnf

cURL

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