I'm in need of a clarification about SSL certificates, I have the general picture, but I'm not quite sure about all the moving parts.
The specific issue I'm dealing with is about an Active Directory server certificate and an appliance that needs to establish a connection over LDAP.
The appliance requires an input to configure the above that contains both the server certificate and the CA certificate. Is that called a certificate bundle or a certificate chain? Are those two different things or are they synonymous?
By the way, I'm not the person configuring the appliance hence I can't be more specific about the input it requires. During the configuration I was asked to provide "whatever is between the BEGIN and END CERTIFICATE, which I can see via OpenSSL.
I'm assuming it would be possible to provide a single file containing both strings, but I'm not quite sure about that.