Unable to use ?sslcert=./DigiCertGlobalRootCA.crt.pem when using TLS with MySQL.
As per Prisma it should be in ./prisma directory which does not exists in keystone so placed the CA cert in root.
https://www.prisma.io/docs/concepts/components/prisma-schema/data-sources#securing-database-connections
MySQL connection over TLS.
Unable to use
?sslcert=./DigiCertGlobalRootCA.crt.pemwhen using TLS with MySQL.As per Prisma it should be in
./prismadirectory which does not exists in keystone so placed the CA cert in root.https://www.prisma.io/docs/concepts/components/prisma-schema/data-sources#securing-database-connections
MySQL connection over TLS.