Download a certificate using CURL command.
'CURL' is a file transfer open source tool. See CURL documentation.
Example CURL command:
$ curl --cert server-cert.pem --key server-key.pem --cacert ca-cert.pem -H 'Content-Type: text/plain' \
-LX GET 'https://website.abc.com:12134/cert_directory'
Use Windows Notepad to convert EOL (End of line) to Windows EOL.