OpenSSL /etc/ssl/ct_log_list.cnf.dist

Authentic ๐Ÿ“‹ Alpine Linux v3.21 9 lines

Compatibility

Currently viewing:
Alpine Linux v3.21
Also compatible:
Different versions:

File Info

Size
9 lines
MD5
5b561a90362b8eb9127c792c3f5902e0
SHA256
f1c1803d13d1d0b755b13b23c28bd4e20e07baf9f2b744c9337ba5866aa0ec3b

Quick Commands

curl:
curl https://exampleconfig.com/api/v1/config/original/5b561a90362b8eb9127c792c3f5902e0?hint=ct_log_list.cnf.dist
wget:
wget -O ct_log_list.cnf.dist https://exampleconfig.com/api/v1/config/original/5b561a90362b8eb9127c792c3f5902e0?hint=ct_log_list.cnf.dist
/etc/ssl/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.

How to Install OpenSSL

Alpine Linux

sudo apk add openssl

Debian

sudo apt update && sudo apt install openssl

Red Hat Enterprise Linux

sudo yum install openssl

Ubuntu

sudo apt update && sudo apt install openssl

Configuration File Location

File Path
/etc/ssl/ct_log_list.cnf.dist
Directory
/etc/ssl/
Significance
System-wide configuration directory
Description
Files in /etc/ contain system-wide configuration settings that affect all users.

Quick Answers

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.