Link to home
Start Free TrialLog in
Avatar of Manoj Chacko
Manoj Chacko

asked on

How to configure apache to supply the entire SSL certificate chain

Hi,

I have a wordpress site running and its not able to connect to jetpack, upon inquiry, I was told that
I have to configure the apache to supply the entire SSL certificate chain.

How can I do this.

Thanks
Manoj
Avatar of giltjr
giltjr
Flag of United States of America image

In your configuration where you point to your certfile add:

SSLCertificateChainFile /path/to/CACerts.crt

Where CaCerts.crt has the public certs for the chain.
Avatar of Manoj Chacko
Manoj Chacko

ASKER

Isn't chain certificate deprecated?
ASKER CERTIFIED SOLUTION
Avatar of giltjr
giltjr
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial