adamdecaf / cert-manage

WIP x509 Certificate auditing CLI
Apache License 2.0
32 stars 6 forks source link

cmd/diff: compare two certificates #203

Open adamdecaf opened 6 years ago

adamdecaf commented 6 years ago

I've had to compare two certificates against each other and so far I've just opened two terminals with openssl/cert-manage commands. Then it's a manual comparison.

We should be able to diff all aspects of the certificate. Maybe using github.com/google/go-cmp?