Forum Discussion

Fred_Zanto_3848's avatar
Fred_Zanto_3848
Icon for Nimbostratus rankNimbostratus
Feb 27, 2019

Ansible Certificate Import

I am looking to automate our LTM builds with Ansible and wondered if there was a way to import SSL certificates with pfx (PKCS12). I see that there are modules to import the cert and key separately (bigip_ssl_certificate, bigip_ssl_key), but we manage a lot of sites and would be great to keep them as a bundle.

 

Not a huge deal if there isn't an easy way, but I thought I would ask!

 

1 Reply

  • I have done certs and keys with Ansible and sure pfx is not supported currently, sure this wouldn't be to difficult a module to write but (unless you want to build the module) I would advise you split into a Cert and Key file and upload with the

    bigip_ssl_certificate
    and
    bigip_ssl_key
    modules.