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.
Download the raw file with wget or curl
wget -O ct_log_list.cnf.example https://exampleconfig.com/static/raw/openssl/centos8/etc/pki/tls/ct_log_list.cnf
curl https://exampleconfig.com/static/raw/openssl/centos8/etc/pki/tls/ct_log_list.cnf > ct_log_list.cnf.example
Other config files you might find useful