Danny Gullick Posted April 13, 2023 Author Posted April 13, 2023 Actually, I found the hands on labs for this.. Let me go through those...
Komal Bhardwaj Posted April 13, 2023 Posted April 13, 2023 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
Danny Gullick Posted April 14, 2023 Author Posted April 14, 2023 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
Rich Faulkner Posted April 20, 2023 Posted April 20, 2023 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.
Konstantinos Kaltsas Posted April 20, 2023 Posted April 20, 2023 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. 🙂
Danny Gullick Posted April 20, 2023 Author Posted April 20, 2023 Thanks everyone.. I should be good from here..
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now