Closed
Description
Problem to solve
I want to check that after rotating a certificate the intermediate certificate and the root certificate still pass the SSL pinning check in third party tools.
Proposal
Hurl already supports certain properties about the certificate. I would like to check that the intermediate and root certificate have the same public key. Curl supports this by the option --pinnedpubkey
Tasks to complete
???