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`