webMethods Integration Cloud and Cloud Deployment Documentation 6.0.0 | webMethods Integration Cloud | Switch to Cloud Deployment | Database | Securing the Connection Between a Solution and the Database
 
Securing the Connection Between a Solution and the Database
* To secure the connection between a solution and the database
1. Import the Amazon RDS Root CA certificate as a trusted certificate in a Java keystore. For more details on the certificate, see the Amazon Relational Database Service documentation.
2. Copy the truststore to the config directory of any of the packages you deploy to the solution.
3. In the web administration interface of the on-premise webMethods Integration Server, go to Adapters > WebMethods Adapter for JDBC > Connections. In the Other Properties field of the JDBC adapter connection, specify:
sslMode=VERIFY_IDENTITY;
trustCertificateKeyStoreUrl=file:packages/<package>/config/<truststore>;
trustCertificateKeyStorePassword=<password>
where package is the name of the package that contains the truststore, truststoreis the name of the keystore that contains the trusted certificate, and password is the password to the truststore.
4. In Software AG Designer, deploy the updated packages to the cloud.
Note: Amazon Relational Database Service currently does not support authentication that uses a client certificate.

Copyright © 2014- 2019 | Software AG, Darmstadt, Germany and/or Software AG USA, Inc., Reston, VA, USA, and/or its subsidiaries and/or its affiliates and/or their licensors.