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

[Feature request] list of domains in subject alt names #16

Open
Albirew opened this issue Jan 25, 2020 · 2 comments
Open

[Feature request] list of domains in subject alt names #16

Albirew opened this issue Jan 25, 2020 · 2 comments
Labels
enhancement New feature or request
Milestone

Comments

@Albirew
Copy link

Albirew commented Jan 25, 2020

Is it possible to list all (sub)domains in subject alt names?
(*.domain.tld for wildcard cert or a list with www.domain1.tld, mail.domain1.tld, www.domain2.tld, etc. if all using the same cert)
I believe it's possible since "Certainly Something" does it.

@jannispinter
Copy link
Owner

Yes, but that requires me to parse the certificate with ASN1.js and PKI.js (as Certainly Something does).

For now, I have not included any third party code and the Firefox API won't list the individual SAN entries. But this is definitively planed and I too would like to see the SANs.

@jannispinter jannispinter added the enhancement New feature or request label Jan 25, 2020
@jannispinter
Copy link
Owner

Parsing the certificate is also required to get the key type and key length which is currently not shown. But I will implement that soon.

@jannispinter jannispinter added this to the v0.2.0 milestone Jan 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants