Software Development Kit (SDK) and API Discussions
Software Development Kit (SDK) and API Discussions
Hello,
we're trying to deploy and install a CA-signed ssl certificate on the admin vserver to get HTTPS when connecting to the cluster webgui.
With the netapp.ontap.na_ontap_security_certificates module we have successfully deployed the certificate on the cluster, but it will not be used by the vserver.
We somehow need to execute this command.
security ssl modify -vserver [VSERVER] -serial [SERIAL] -ca [CA]
Is this possible without using the na_ontap_ssh_command module?
Solved! See The Solution
Understood. You will likely need the na_ontap_ssh_command module as you mentioned, as I'm not aware of any other way to install it.
Others might have a better suggestion though.
This might be useful.
Are you trying to find a way to install it without getting into the CLI at all?
Hey,
yes we would like to completely change the ceritificate via ansible.
Understood. You will likely need the na_ontap_ssh_command module as you mentioned, as I'm not aware of any other way to install it.
Others might have a better suggestion though.
would like to see the code if possible.. i am using cli commands in ansible but useful to see how you coded the whole workflow using modules.