Has anyone done server type certificate install through ansible? The documentation in https://galaxy.ansible.com/ui/repo/published/netapp/ontap/content/module/na_ontap_security_certificates/?keywords=cer has only examples for "client-ca" type install, which I already have it working.
To install "server" type certificate, netapp documentation shows that in ca-signed certificate scenario, you have to install the server certificate, server private key, and CA intermediate certificates (usually 2, one intermedieate, one root).
so "public_certificate" is content of server certificate, "private_key" is server private key (generated at CSR request). "intermediate_certificates": how do I supply the content? The 2 signing certificate chain (intermediate and root)?
Thanks for the help,
John