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

[FEATURE REQUEST]: Missing linkcertkeyname in citrixadc_sslcertkey_update #1235

Open
MartinAsla opened this issue Jan 28, 2025 · 0 comments
Open

Comments

@MartinAsla
Copy link

Description

The ordinary citrixadc_sslcertkey resource has a linkcertkeyname attribute, allowing the certificate to be linked to the issuing ca-certificate. This is not possible using citrixadc_sslcertkey_update, which is required to update an existing certificate on the vpx. A similar attribute found in the citrixadc_sslcertkey should be added to the citrixadc_sslcertkey_update resource.

Affected Resource(s) and/or Data Source(s)

No response

Equivalent NetScaler CLI Command

link ssl certKey "certbindingname" "intermediate ca name"

Potential Terraform Configuration

resource "citrixadc_sslcertkey_update" "crt" {
   ...
   linkcertkeyname = var.ca_name
}

References

No response

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

No branches or pull requests

1 participant