# name.
#
# If ca_file (below) is not used, then the
- # certificate_file below MUST include not
- # only the server certificate, but ALSO all
- # of the CA certificates used to sign the
- # server certificate.
+ # certificate_file below SHOULD also include
+ # all of the intermediate CA certificates used
+ # to sign the server certificate. Including the
+ # ROOT CA certificate is not useful and merely
+ # inflates the exchanged data volume during the
+ # TLS negotiation.
+ # If included, the intermediate CA certificates
+ # have to come AFTER the server certificate.
#
certificate_file = ${certdir}/server.pem