-
Notifications
You must be signed in to change notification settings - Fork 57
Open
Labels
Description
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