Go to primary content
Oracle® Communications Diameter Signaling Router Service Capability Exposure Function User's Guide
Release 8.4
F12301-02
Go To Table Of Contents
Contents

Previous
Previous
Next
Next

Import Server Certificate

This procedure imports the server certificates on the application servers, which the DSR API GW then sends to SCEF reports. The request is initiated by the DSR API GW towards the application server over HTTPS.
  1. Access the DSR API GW Admin console using https://<Admin-Server-XMI-IP>:9002/console.
  2. Login using the admin account created when configuring the API GW.
    The default username is weblogic.
  3. Navigate to Environment > Servers > AdminServer or AppServerx > Configuration > KeyStore.
  4. Note the trust store file path.
  5. SSH to the corresponding server and browse to the trust store file path.
  6. Copy the client certificate(.cer file) to import to the current directory.
  7. Execute this command to import the certificate to the trust store (trust store passphrase should be entered):
    keytool -import -alias <any-alias-name-for-cert> -file <certificate-file> -keystore <trust-store-name>
  8. Restart the corresponding server.