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: fails if existing CSR has no basic constraint but new one does #179

Closed
schallee opened this issue Jan 29, 2021 · 0 comments · Fixed by #180
Closed

openssl_csr: fails if existing CSR has no basic constraint but new one does #179

schallee opened this issue Jan 29, 2021 · 0 comments · Fixed by #180

Comments

@schallee
Copy link
Contributor

SUMMARY

If there is an existing CSR that does not include a basic constraint but the new one does openssl_csr tries to retrieve the critical flag resulting in 'NoneType' object has no attribute 'critical'.

Unexpected corner case caused by mistyping basic_contraint;)

ISSUE TYPE
  • Bug Report
COMPONENT NAME

openssl_csr

ANSIBLE VERSION

CONFIGURATION

OS / ENVIRONMENT
STEPS TO REPRODUCE
EXPECTED RESULTS
ACTUAL RESULTS

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

Successfully merging a pull request may close this issue.

1 participant