ansible-collection-netscaleradc icon indicating copy to clipboard operation
ansible-collection-netscaleradc copied to clipboard

[FEATURE REQUEST]: Cert update

Open KManW opened this issue 1 year ago • 3 comments

Summary

I'm trying to update an existing and assigned sslcertkey using the netscaler.adc.sslcertkey module, but it appears that such a feature is unavailable. I tried to use syntax like below:

  • name: Create server ssl certkey delegate_to: localhost netscaler.adc.sslcertkey: state: present certkey: test-certkey cert: test-cert.cert key: test-cert.key passplain: 1234

However, I can only install a new certificate. Have I missed something or is it simply not possible in the current version? It would be nice to have such a feature because it is used quite often.

Equivalent CLI command: update ssl certkey test-certkey -cert test-cert.certNEW.cer -key test-certNEW.key -password 1234

Issue Type

Feature Idea

Component Name

sslcertkey

Describe alternatives you've considered

No response

Additional Information


KManW avatar Mar 22 '24 15:03 KManW