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

get_certificate Subject Alternative Name (SAN) missing #822

Open
gav- opened this issue Nov 19, 2024 · 1 comment
Open

get_certificate Subject Alternative Name (SAN) missing #822

gav- opened this issue Nov 19, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@gav-
Copy link

gav- commented Nov 19, 2024

SUMMARY

It would be great to have the Subject Alternative Name(s) in the information returned from get_certificate.

ISSUE TYPE
  • Feature Idea
COMPONENT NAME

get_certificate

ADDITIONAL INFORMATION

Currently only the Subject CN is returned by get_certificate, and any Subject Alternative Names are not.

@felixfontein felixfontein added the enhancement New feature or request label Nov 20, 2024
@felixfontein
Copy link
Contributor

Why not use the community.crypto.x509_certificate_info module or filter to extract the returned certificate and get that information from there?

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