Open f5killer opened 2 months ago
Hi @f5killer,
Have you tried using bigip_ssl_csr module from declarative collection? https://clouddocs.f5.com/products/orchestration/ansible/devel/f5_bigip/modules_2_0/bigip_ssl_csr_module.html#bigip-ssl-csr-module-2
Issue is still same in that module 'bigip_ssl_csr' too. I have opened the f5 case.
Can you share the support case number?
case No: 00678133
Hi,
Thanks for reporting. Added to the backlog and internal tracking ID for this request is: INFRAANO-1657.
COMPONENT NAME
bigip_command
Environment
Prod
ANSIBLE VERSION
BIGIP VERSION
Sys::Version Main Package Product BIG-IP Version 16.1.4.1 Build 0.132.5
CONFIGURATION
OS / ENVIRONMENT
SUMMARY
BIGIP Ansible command module(bigip_command) is failing to generate CSR via ansible input, when use unicode charater in city name or, state name i.e city name: 'München' or State Name: 'Baden-Württemberg'. however tmos command and web ui works well.
STEPS TO REPRODUCE
EXPECTED RESULTS
ACTUAL RESULTS
"changed": false, "invocation": { "module_args": { "chdir": null, "commands": [ "create sys crypto key 'www.example.com' key-size 2048 gen-csr country 'DE' city 'Ulm' state 'München' organization 'Microsoft' ou 'IT' common-name '.example.com' subject-alternative-name 'DNS:.abc.com'" ], "interval": 1, "match": "all", "provider": { "auth_provider": null, "no_f5_teem": true, "password": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER", "server": "10.10.20.90", "server_port": 443, "ssh_keyfile": null, "timeout": null, "transport": "rest", "user": "unix", "validate_certs": false }, "retries": 10, "wait_for": null, "warn": true } }, "msg": "double quotes are not balanced" }