OpenSSL ct_log_list.cnf.dist configuration example for Alpine Linux v3

Get the default configuration file ct_log_list.cnf.dist for OpenSSL, optimized for Alpine Linux v3. 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/ssl/ct_log_list.cnf.dist.

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/ssl/ct_log_list.cnf.dist
Operating system
Alpine Linux v3
Length
9 lines
MD5 checksum
5b561a90362b8eb9127c792c3f5902e0

Usage

Download the raw file with wget or curl

Wget

wget -O ct_log_list.cnf.dist.example https://exampleconfig.com/static/raw/openssl/alpine3/etc/ssl/ct_log_list.cnf.dist

cURL

curl https://exampleconfig.com/static/raw/openssl/alpine3/etc/ssl/ct_log_list.cnf.dist > ct_log_list.cnf.dist.example