You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
The text was updated successfully, but these errors were encountered:
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
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'
The text was updated successfully, but these errors were encountered: