j81blog / GenLeCertForNS

This script helps you to create a Let's Encrypt certificate for your NetScaler
GNU General Public License v3.0
39 stars 16 forks source link

Multiple Netscalers #11

Open evatych opened 1 year ago

evatych commented 1 year ago

Is it possible to deploy the same certificate to more than one Netscaler? We have a GSLB setup with a couple of Netscalers with identical configs.

j81blog commented 1 year ago

Not yet, but could be a good addition. The pfx is saved, so you could do it manually. And in the latest dev versions is an option to add custom script afterwards like installing the cert on IIS. But there could be an option to install on several other NetScalers as well.

evatych commented 1 year ago

Thank you. I'll try a custom script but it's unlikely that my humble coding skills will allow me to make something reasonable =)