Open
Description
Subject of the issue
When debugging mTLS'd environments it's handy to be able to inspect a server's cert remotely granted one is possession of a valid cert to pass client auth on the server.
Expected behaviour
Optional flags for subcommand to provide cert, e.g. step certificate inspect --roots federated.pem --cert client.crt --key client.key https://127.0.0.1:443
Actual behaviour
Fails because the server rejects client requests without/invalid certs.