/etc/ssl/ct_log_list.cnf - Alpine Linux v3

This is the default example configuration of ct_log_list.cnf provided by OpenSSL. This config file was generated by OpenSSL running on Alpine 3.

It is located under: /etc/ssl/ct_log_list.cnf

    # 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
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.example http://exampleconfig.com/static/raw/openssl/alpine3/etc/ssl/ct_log_list.cnf

cURL

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