By: Andrew Hibl user 27 Apr 2015 at 9:10 p.m. CDT

1 Response
Andrew Hibl gravatar
I am trying to get shibboleth idp working on a Gluu server CE. We are almost there. My current problem is some mobile browsers are coming back with an ssl error because we need to install an intermediate certificate. Does anyone know how to install an intermediate certificate on a gluu server ce? I was able to figure out how to install the webserver cert and add the .der cert to the cacerts file. Is there an ssl howto page that I missed for gluu server?

By Michael Schwartz Account Admin 27 Apr 2015 at 9:37 p.m. CDT

Michael Schwartz gravatar
The Gluu Server uses Apache httpd for ssl. Did you look at the Apache directives `SSLCertificateChainFile` and `SSLCACertificateFile` ? Also, Apache needs PEM, so try something like `openssl x509 -in input.crt -inform DER -out output.crt -outform PEM`