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

bigip_ssl_certificate module true_names option does not apply to the issuer_cert #2407

Open
davkwong opened this issue May 22, 2024 · 1 comment
Labels
backlog Item logged internally bug Issues that are related to bugs in the Ansible modules

Comments

@davkwong
Copy link

I'm running the bigip_ssl_certificate module and despite setting true_names to 'true', I get this error:

TASK [f5-bigip-certkey : Import SSL Certificate] *************************************************************************************************************
fatal: [dfwl1-wxpd-lb10a.webex.com]: FAILED! => {"changed": false, "msg": "b'{"code":400,"message":"0107134a:3: File object by name (/Common/HydrantID_IdenTrust_Chain.pem.crt) is missing.","errorStack":[],"apiError":3}'"}
fatal: [dfwl1-wxpd-lb10b.webex.com]: FAILED! => {"changed": false, "msg": "b'{"code":400,"message":"0107134a:3: File object by name (/Common/HydrantID_IdenTrust_Chain.pem.crt) is missing.","errorStack":[],"apiError":3}'"}

It seems to work as expected for the certificate name, but not for the issuer_cert. As you can see above, it's expecting a file named 'HydrantID_IdenTrust_Chain.pem.crt' when the actual name is 'HydrantID_IdenTrust_Chain.pem'

@davkwong davkwong added bug Issues that are related to bugs in the Ansible modules untriaged issue that needs an initial response from the developers labels May 22, 2024
@pgouband
Copy link
Contributor

Hi @davkwong,

Thanks for reporting. Added to the backlog and internal tracking ID for this request is: INFRAANO-1557.

@pgouband pgouband added backlog Item logged internally and removed untriaged issue that needs an initial response from the developers labels May 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backlog Item logged internally bug Issues that are related to bugs in the Ansible modules
Projects
None yet
Development

No branches or pull requests

2 participants