Creating and Assigning a Security Configuration That Uses X.509 Credentials

Create a new security configuration, assign the CertificateAuthenticationLoginModule authentication provider to it, and assign the security configuration to an Unwired Server domain or package.

The CertificateAuthenticationLoginModule authentication provider supports X.509 certificate logins to SAP systems through JCo, DOE-C, Online Data Proxy, and Web service connections. You can assign security configurations to domains,packages, or applications.

  1. Create the new security configuration:
    1. From Sybase Control Center, select Security.
    2. Select the General tab, click New, and enter a name for the new security configuration, for example, X509SECADMINCERT. Click OK.
  2. Configure the new security configuration:
    1. Expand the Security folder.
    2. Select the X509SECADMINCERT security configuration.
    3. Select Authentication.
    4. Select New.
    5. Select com.sybase.security.core.CertificateAuthenticationLoginModule as the Authentication provider.
    6. Click OK to accept the default settings, or modify any of these settings as required:
      • Click <Add New Property>, select Validate Certificate Path and set the value to true.
      • If more than one truststore is defined in Unwired Server, click <Add New Property>, select Trusted Certificate Store and set the value to the location of the Java truststore that contains the Unwired Server trusted CA certificates. Otherwise, the default Unwired Server truststore is used.
      • If you change the default password for the truststore, click <Add New Property>, select Trusted Certificate Store Password and set the value of the truststore password.
    7. Click OK.
  3. Select the General tab, select Validate, then Apply.
  4. Assign the X509SECADMINCERT security configuration to an Unwired Server domain. This example uses the default domain, but you can specify any domain to which the package is deployed:
    1. Expand the Domains folder and select default.
    2. Select the Security Configurations tab and click Assign.
    3. Select X509SECADMINCERT and click OK.
  5. Select the Security Configurations tab, and remove any other security configurations for the domain.