Creating Security Profiles to Enable Mutual Authentication for SAP

Create security profiles and associate them with X.509 server certificates that can be used to establish secure connections between a client, Unwired Server, and the SAP EIS.

Prerequisites
Task
  1. Create a SAPServer security profile :
    1. From Sybase Control Center, expand Servers > <UnwiredServerName>, and select Server Configuration.
    2. Select General > SSL Configuration.
    3. Select <ADD NEW SECURITY PROFILE>.
    4. Enter these values:
      • Security profile name – for example, TechnicalUserfor NetWeaver/DOE connections or Proxy for SAP Gateway connections.
      • Certificate Alias – the case sensitive certificate alias you defined when you imported the certificate into the keystore. For example, doetech, proxy(or whatever value you set the alias to using the keytool -alias option)
      • Authentication: strong_mutual
    5. If you imported the user and CA certificates into keystore or truststore locations other than the default, make sure the paths and passwords reflect them.
    6. Select Save.
  2. Create a SUPServer security profile:
    1. From Sybase Control Center, expand Servers > <UnwiredServerName>, and select Server Configuration.
    2. Select General > SSL Configuration.
    3. Select <ADD NEW SECURITY PROFILE>.
    4. Enter these values:
      • Security profile name: SUPServer
      • Certificate Alias: SUP (or whatever value you set the alias to using the keytool -alias option)
      • Authentication: strong_mutual
    5. If you imported the user and CA certificates into keystore or truststore locations other than the default, make sure the paths and passwords reflect them.
    6. Select Save.
  3. Restart Unwired Server.