On 2/17/2013 2:29 PM, Natxo Asenjo wrote:
So the question is: where do you add the CA information in centos/redhat servers for those kinds of applications?
sadly, just about everywhere. each application tends to have its own store. apps written in Java (tomcat, etc) can't use the same store as something using openssl, for instance, as their SSL libraries are implemented differently.
its a real mess.