/ct_log_list

Generator for OpenSSL certificate transparency log list (ct_log_list.cnf)

Primary LanguagePythonMIT LicenseMIT

Generator for OpenSSL ct_log_list.cnf

Generate a certificate transparency log list for OpenSSL 1.1.1 and newer.

This script is a simplified version of print_log_list.py from https://github.com/google/certificate-transparency/. It neither verifies JSON schema nor signatures, but only depends on stdlib modules and is Python 3 compatible.