Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Help]: SSLCertKey link doesn't work with the new version #351

Closed
valecor95 opened this issue Jan 23, 2024 · 1 comment
Closed

[Help]: SSLCertKey link doesn't work with the new version #351

valecor95 opened this issue Jan 23, 2024 · 1 comment
Assignees
Labels

Comments

@valecor95
Copy link

valecor95 commented Jan 23, 2024

Summary

Hello,
I'm trying to link my server certificate to the CA Certificate.
I'm able to do that with the old version of the modules:

- name: Link SSL Key
  delegate_to: localhost
  ignore_errors: true
  netscaler_nitro_request:
    operation: action
    action: link
    resource: sslcertkey
    attributes:
      certkey: "{{ certkey_name }}"
      linkcertkeyname: "{{ ca_name }}"

I'm trying to do that with the netscaler.adc.sslcertkey in this way:

- name: "[SSLCERT] Configure SSL Certkey and linking it to CA cert"
  delegate_to: localhost
  netscaler.adc.sslcertkey:
    state: "present"
    certkey: "{{ certkey_name }}"
    cert: "{{ ssl_server_cert.name }}"
    key: "{{ ssl_server_key.name }}"
    linkcertkeyname: "{{ ca_name }}"

This create the certkey but do not link the CA.

Could you help me?
Thank you.

Issue Type

Help wanted

Component Name

sslcertkey

Python Version

python 3.8

Ansible Version

Ansible 2.9

netscaler.adc Collection Version

2.4.0

@valecor95 valecor95 added the bug label Jan 23, 2024
@valecor95 valecor95 changed the title [Help]: SSLCertKey link doesn't work with the new versione [Help]: SSLCertKey link doesn't work with the new version Jan 26, 2024
@sumanth-lingappa
Copy link
Collaborator

sumanth-lingappa commented Jan 30, 2024

This is fixed in the latest PR: #357

You can download the latest unreleased version

ansible-galaxy collection install "git+https://github.com/netscaler/ansible-collection-netscaleradc.git" --force

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants