Self-contained script, that iterates over the input file, verifies the cert and logs the fingerprint of those domains for which the cert was invalid.
src/modules/certcheck.py
Self-contained script, that iterates over the file generated by the other script and for all exit nodes compares the fingerprints. It logs mismatches. I does not do any cert validation.
I propose to split the script:
bin/initcertcheck
Self-contained script, that iterates over the input file, verifies the cert and logs the fingerprint of those domains for which the cert was invalid.
src/modules/certcheck.py
Self-contained script, that iterates over the file generated by the other script and for all exit nodes compares the fingerprints. It logs mismatches. I does not do any cert validation.