Previous Topic: Reauthentication After Password ChangeNext Topic: Users


2-Way SSL for Adeptra Voice Service

Follow these steps:

  1. Get the external IP of the system (the IP as seen by Adeptra, not the internal IP) whitelisted by Adeptra.
  2. Obtain the keystore and certificate for the test environment from CA Support.
  3. Connect to the AA DB using SQLDeveloper.

    SQLPlus will not work since blob uploads are involved.

  4. Obtain the certificate from Adeptra and generate the key.

    Pass the corresponding certificate to Adeptra through the person managing the partnership account.

  5. Update the keystore for 2 way SSL as follows:
    1. Open the table AOK_SYSTEM_DATA.
    2. Find the row with (NAME=’ws.client.keystore’), and upload the wskey.keystore file to the column VALUEBLOB.

      The keystore should be in JKS format.The key alias and password should match the value in the row with name=’ws.client.keystore.pwd’

  6. Update certificate for 2 way SSL
    1. Open the table AOK_SYSTEM_DATA.
    2. Change directory to the row with (NAME=’adeptra.cert’) and upload the Adeptra.der certificate file to the VALUEBLOB column.

      The certificate should be in binary der format.