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

community.crypto.x509_crl // add X509v3_extensions in crl #648

Open
nehart opened this issue Aug 13, 2023 · 0 comments
Open

community.crypto.x509_crl // add X509v3_extensions in crl #648

nehart opened this issue Aug 13, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@nehart
Copy link

nehart commented Aug 13, 2023

SUMMARY

I am missing in the following CRL (created with the Ansible module community.crypto.x509_crl) ...

root@srv01# openssl crl -inform PEM -text -noout -in dummy-0000000001/100-rootCA-dummy-0000000001.crl    
Certificate Revocation List (CRL):
        Version 2 (0x1)
        Signature Algorithm: ecdsa-with-SHA256
        Issuer: CN = whatever.net
        Last Update: Aug 13 05:21:43 2023 GMT
        Next Update: Aug 10 05:21:43 2033 GMT
Revoked Certificates:
    Serial Number: 529654792684CE72BAFFFE9F8F40EB93567D4CF6
        Revocation Date: Aug 12 00:22:46 2023 GMT
    Signature Algorithm: ecdsa-with-SHA256
         [....]:b2:42:14:d2:7e:02:[....]

... the "Authority Key Identifier [keyid]" from the rootCA. Something like ...

[....]
        CRL extensions:
            X509v3 Authority Key Identifier: 
                keyid:[...]:3F:5E:B4:[...]
[....]

Is there a change to get this feature in one of the next updates?

ISSUE TYPE
  • Feature Idea
@felixfontein felixfontein added the enhancement New feature or request label Aug 13, 2023
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