diff options
Diffstat (limited to 'apps/ct_log_list.cnf')
-rw-r--r-- | apps/ct_log_list.cnf | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/apps/ct_log_list.cnf b/apps/ct_log_list.cnf new file mode 100644 index 000000000000..650aa22da59c --- /dev/null +++ b/apps/ct_log_list.cnf @@ -0,0 +1,9 @@ +# 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. |