Hi Everyone,
Just as a follow up, the only way I could resolve this is to concat the server.crt, intermediate.crt & the root.crt together into a single ca_bundle.crt.
openssl x509 -inform PEM -in "server.crt" -text > ca_bundle.crt
openssl x509 -inform PEM -in "RapidSSL_CA_bundle.pem" -text >> ca_bundle.crt
openssl x509 -inform PEM -in "GeoTrust_Global_CA.cer" -text >> ca_bundle.crt
Then change the CONFIG DB to remove the CertificateChainFile & use the ca_bundle.crt & signal events to expand & restart:
config delprop modSSL CertificateChainFile
config setprop modSSL crt /home/e-smith/path/to/your/crt/ca_bundle.crt
signal-event domain-modify
signal-event email-update
Corrections, direction & advice are always welcome.
Thanks for listening,