Create the server's Certificate Authority List:
$ openssl x509 -in MyCompanyCA.crt -text >> ServerCAList.pem
Note: As the server trusts only the Root Certificate Authority,
the list contains only that one certificate authority; all other certificates
that were trusted by the Root Certificate Authority will also be considered
as trusted by the server.