Reputation: 986
I'm in the process of updating the SSL key/s for a legacy app I'm working on. The Wakanda documentation states that installing the SSL keys is straight forward - put a key.pem and cert.pem in the Certificates directory - but what is required to make an 'intermediate' certificate work along side these?
To expand, I've just updated to a RSA SHA-2 (under SHA-1 Root) SSL Certificate, which requires an intermediate.crt to perform the handshake on all browsers. Yet I can't find any documentation relating to expanding Wakanda so that it can support this. Placing this file in my /etc/ssl/certs folder isn't the solution, as Wakanda isn't using the standard Apache cert directories? Or is there an additional configuration to include this new certificate?
Cheers!
Upvotes: 1
Views: 122
Reputation: 3541
Make sure the certificates are in PEM format and place all three files into the Certificates folder like this:
Solution\Certificates\key.pem
Solution\Certificates\cert.pem
Solution\Certificates\intermediate.pem
Upvotes: 3