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] citrixadc_sslcrl #1109

Closed
HS1542 opened this issue Nov 7, 2023 · 4 comments · Fixed by #1143
Closed

[FEATURE REQUEST] citrixadc_sslcrl #1109

HS1542 opened this issue Nov 7, 2023 · 4 comments · Fixed by #1143
Assignees

Comments

@HS1542
Copy link

HS1542 commented Nov 7, 2023

The function to create resources of type sslcrl seems missing from the provider?

sslcrl is required to be able to enforce CRL checks on mTLS connections.

ref: https://developer-docs.netscaler.com/en-us/adc-nitro-api/current-release/configuration/ssl/sslcrl

@rohit-myali
Copy link
Contributor

Hello @HS1542
Can you provide us equivalent NScli command? So, that it will be easy for our testing

Thanks
Rohit

@HS1542
Copy link
Author

HS1542 commented Apr 3, 2024

Hello,

There are some prerequisites to add a sslcrl.
1: You will have to upload and add a certificate to the configuration before
2: You have to have uploaded a base CRL before adding the sslcrl to the configuration with refresh enabled (it has to read the CRLDPs I assume)

add ssl crl crl_file /var/netscaler/ssl/crl.pem -cacert CAcert -refresh ENABLE -time 01:00

ref:
https://developer-docs.netscaler.com/en-us/adc-command-reference-int/current-release/ssl/ssl-crl.html

@rohit-myali rohit-myali linked a pull request Apr 17, 2024 that will close this issue
@rohit-myali
Copy link
Contributor

Hello @HS1542
Thanks for raising this feature request.
We have worked on this and and it is now available in the terraform registry. Please download the latest terraform-provider-citrixadc version v1.38.0.

Link to documentation HERE

@HS1542
Copy link
Author

HS1542 commented Apr 19, 2024

Great, thank you!

@rohit-myali rohit-myali self-assigned this May 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants