Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support indicating EV certificates #148

Closed
speshak opened this issue Aug 18, 2017 · 2 comments
Closed

Support indicating EV certificates #148

speshak opened this issue Aug 18, 2017 · 2 comments

Comments

@speshak
Copy link

speshak commented Aug 18, 2017

It would be nice if dump & connect would indicate if a certificate is an Extended Validation certificate.

@csstaub
Copy link
Contributor

csstaub commented Aug 18, 2017

If you run with --verbose, certigo will already show you EV fields in certificates.

For example:

$ certigo connect --verbose squareup.com:443 | grep EV
	EV Incorporation Country: US
	EV Incorporation Province: Delaware
	EV Incorporation Registration Number: 4699855

It will also show fields like Organization, Business Category, etc. that are relevant to EV certificates.

@speshak
Copy link
Author

speshak commented Aug 18, 2017

Oh, indeed it does. Sorry for the noise.

@speshak speshak closed this as completed Aug 18, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants