Perform the following steps to configure the .yml serverless configuration file in the serverless runtime environment and add the certificate name and path entries so that Amazon Redshift V2 Connector can use SSL:
Copy the following code snippet to a text editor:
version: 1
agent:
agentAutoApply:
general:
sslStore:
- fileCopy:
sourcePath: SSL/<cert_name>
- importCerts:
certName: <cert_name>
alias: <alias name of the certificate>
where the source path is the directory path of the certificate files in AWS or Azure.
Ensure that the syntax and indentations are valid, and then save the file as