validate certificates using the cryptography python package as much as...
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.
Showing
Please register or sign in to comment