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

openssl_csr: allow to add arbitrary extensions #401

Open
felixfontein opened this issue Feb 12, 2022 · 0 comments
Open

openssl_csr: allow to add arbitrary extensions #401

felixfontein opened this issue Feb 12, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@felixfontein
Copy link
Contributor

SUMMARY

See ansible/ansible#61473 for details.

The idea is to allow to specify arbitrary extension OIDs with values and critical flags. The module should add them to the CSR (resp. ensure they are present in the CSR), and make sure they don't collide with extensions added by the module itself.

Now that cryptography allows to serialize and deserialize arbitrary extensions, we can properly implement it.

ISSUE TYPE
  • Feature Idea
COMPONENT NAME

openssl_csr

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

1 participant