• Joshua Tauberer's avatar
    validate certificates using the cryptography python package as much as... · dece359c
    Joshua Tauberer authored
    validate certificates using the cryptography python package as much as possible, shelling out to openssl just once instead of four times per certificate
    
    * Use `cryptography` instead of parsing openssl's output.
    * When checking if we can reuse the primary domain certificate or a www-parent-domain certificate for a domain, avoid shelling out to openssl entirely.
    dece359c
status_checks.py 40.9 KB