April 13, 20232 yr The labs are a great place to begin. https://community.netscaler.com/s/netscaler-labsFor full documentation, you can refer NetScaler's Terraform provider documentation itself - https://registry.terraform.io/providers/citrix/citrixadc/latest/docs
April 14, 20232 yr Author Thanks you! Those are the labs I found. One more question. Looking through the documentation, I do not see a description for creating a Link ssl config statement like the following:"link ssl certKey DigiCertCA TrustedRoot" I can do this using ADM, but it would be nice to do it in the same set of tf configs. thanks,dg
April 20, 20232 yr There is an article on the Community site that goes through the SSL Offloading configuration and has the statements for adding the SSL cert key pair.https://community.netscaler.com/s/article/SSL-Offloading-using-TerraformCertificate linking was automated in the 13.0 build 47 or later https://docs.netscaler.com/en-us/citrix-adc/current-release/ssl/ssl-certificates/install-link-and-update-certificates.html#automated-certificate-linkingAnd I believe you can find more SSL cert commands than you ever thought you needed in the Terraform Registry Documentation found here: https://registry.terraform.io/providers/citrix/citrixadc/latest/docs/resources/sslcertPlease let me know if you need some more assistance.
April 20, 20232 yr Hello Danny,You can find the equivalent Terraform resource here: https://registry.terraform.io/providers/citrix/citrixadc/latest/docs/resources/sslcertkeyAnd the Nitro API here:https://developer-docs.citrix.com/projects/citrix-adc-nitro-api-reference/en/latest/configuration/ssl/sslcertkey/#linkPlease let me know if that works for you. 🙂
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.