Trust Store
Create a Trust Store using the command below. Use the password
keytool -importcert -file DigiCertGlobalRootCA.crt.pem -alias MySQLCACert -keystore nameOfTrustStore -storepass password
Config Parameters
- TRUSTSTORE_PATH
- TRUSTSTORE_PASSWORD
DB Settings
DB_URL=jdbc:mysql://xxxx.database.azure.com:3306/dbname?useSSL=true&requireSSL=true&sslMode=REQUIRED&enabledTLSProtocols=TLSv1.2