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

[BUG] sslcertkey_update should not exist #1111

Open
rafaelpirolla opened this issue Nov 27, 2023 · 1 comment
Open

[BUG] sslcertkey_update should not exist #1111

rafaelpirolla opened this issue Nov 27, 2023 · 1 comment
Labels

Comments

@rafaelpirolla
Copy link

rafaelpirolla commented Nov 27, 2023

Bug Report

Why do we need an citrixadc_sslcertkey_update when we already have a citrixadc_sslcertkey?

More information

I'm having an issue on a resource applied on older version of the provider that is insisting on recreating a certificate because the cert and key is allegedly changed.

It states that both the cert and key string are forcing to replace the certificate. It changes from the name of the cert to the full path of the cert inside the Netscaler. Changing the state manually or importing the state don't solve the issue.

I think this is related to #1096

@kaiAsmOne
Copy link

kaiAsmOne commented Nov 30, 2023

I have "walked around" this issue by doing the following in cli:

update ssl certKey host.company.com -cert "/nsconfig/ssl/host_company_com.pem" -key "/nsconfig/ssl/host_company_com.key"

It is not a solution but it works 😄

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

3 participants