• 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
Name
Last commit
Last update
..
templates Loading commit data...
auth.py Loading commit data...
backup.py Loading commit data...
daemon.py Loading commit data...
dns_update.py Loading commit data...
mail_log.py Loading commit data...
mailconfig.py Loading commit data...
status_checks.py Loading commit data...
utils.py Loading commit data...
web_update.py Loading commit data...