Our company has one SSL cert on our load balancer, which secures the HTTPS channel from the user to the load balancer. Traffic internal behind the load balancer just travels over HTTP.
We have a new requirement which will mean installing the SSL cert on all web servers behind the load balancer so as to secure the end-to-end traffic with HTTPS. This is pretty straightforward, but unfortunately there are a LOT of hosts that need the cert. It's very time consuming to have to go to each web server and set up the cert.
Is there a way to just have the cert live in a shared location, and have all the web servers use it? Or some way to make the management of this large number of web servers with certs easier?