Hello everyone,
I' trying to understand where I get the certificate files for the SSL certificate and CA certificate from. I have to specify them in the FireDAC connection component. With the component I want to connect to the Azure cosmos DB for MongoDB (vCore).
Do I need to get them from somewhere like " www.digicert.com " or do I get them from Azure itsself?
Connection parameter:
SSLPEMKeyFile -- is the path name to the .pem file that contains the SSL certificate and key.
SSLCAFile -- is the path name to the .pem file that contains the certificate from the Certificate Authority (CA).
(Source: https://docwiki.embarcadero.com/RADStudio/Athens/en/Connect_to_MongoDB_Database_(FireDAC))
Thanks in advance.
Robert