Forum Discussion
Generate csr via ansible script
Above link is only helpful for self-sign cert with no parameter such as (not Country, No Organization, etc). I wanted to generate CA based CSR, so that later i can send to CA for public cert. Used both module bigip_ssl_csr and bigip_device_certificate_csr but no luck.
msg: 'Unsupported parameters for (f5networks.f5_modules.bigip_ssl_csr) module: algorithm, key_size, key_type, mode, subject_alternative_names. Supported parameters include: common_name, dest, force, key_name, name, provider, state.'
I don't see much example.
- nrcaspersonJun 29, 2023Nimbostratus
This worked for me: https://clouddocs.f5.com/products/orchestration/ansible/devel/f5_bigip/modules_2_0/bigip_ssl_csr_module.html
An equivalent TMSH command would be:tmsh create sys crypto csr www.example.com.csr common-name www.example.com key www.example.com.key subject-alternative-name "DNS:www.example.com, DNS:www2.example.com" country US organization "ACME" ou "Team, Organization, Sales"
Recent Discussions
Related Content
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com