https://docs.ansible.com/ansible/latest/modules/openssl_csr_module.html#notes
I don’t see an option to set either a 2048- or 4096-bit encryption for this module. What does it use?
Thanks, Chris
https://docs.ansible.com/ansible/latest/modules/openssl_csr_module.html#notes
I don’t see an option to set either a 2048- or 4096-bit encryption for this module. What does it use?
Thanks, Chris
Ah, the option is for the openssl_privatekey module, which generates a private key, which can then be used to generate a CSR.