When should I use this ct_log_list.cnf.dist?
Use this file to restore OpenSSL defaults after misconfiguration, for fresh installations, or as a customization baseline. Ideal for troubleshooting when your current config causes issues.
curl https://exampleconfig.com/api/v1/config/original/5b561a90362b8eb9127c792c3f5902e0?hint=ct_log_list.cnf.dist
wget -O ct_log_list.cnf.dist https://exampleconfig.com/api/v1/config/original/5b561a90362b8eb9127c792c3f5902e0?hint=ct_log_list.cnf.dist
# 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.
sudo apk add openssl
sudo apt update && sudo apt install openssl
sudo yum install openssl
sudo apt update && sudo apt install openssl
When should I use this ct_log_list.cnf.dist?
Use this file to restore OpenSSL defaults after misconfiguration, for fresh installations, or as a customization baseline. Ideal for troubleshooting when your current config causes issues.
How do I restore OpenSSL defaults?
Download this file, backup your current config, then replace /etc/ssl/ct_log_list.cnf.dist. Restart OpenSSL service to apply changes.
Is ct_log_list.cnf.dist safe for production?
This is the factory default from OpenSSL on Alpine Linux v3.21. Safe baseline for production, but review security settings and customize for your specific requirements first.
How does this differ from other OS versions?
This config is from Alpine Linux v3.21. Other OS versions may have different defaults, security patches, or features. Check compatibility section above for alternative versions.
Can I use this for OpenSSL troubleshooting?
Yes, compare this original config with your current settings to identify problematic modifications. You can also temporarily replace your config with this one to isolate issues.