INSTANCE_CERT_STORE

Definition


The INSTANCE_CERT_STORE table links a service to a client certificate for using SSL

Technical Data


Schema Version 4.5.13
Segment CATALOG_DATA
Partitioned No

Summary


The INSTANCE_CERT_STORE table is defined by the following columns. See the column details for more information.

Name PK FK IX Uses Used by
INST_TYPE          
CERT_ALIAS          
SERVICE          

Column Details


INST_TYPE

Definition The type of the instance
Type NVARCHAR(64), NOT NULL

CERT_ALIAS

Definition The alias of the certificate. See the CERT_STORE table.
Type NVARCHAR(64), NOT NULL

SERVICE

Definition The service for which the client certificate is authorized
Format

The possible values are:

  • HTTP: HTTP Communication Interface (HCI), an SAP CC technical interface based on XML/HTTP service
  • WS: SAP CC Web Services technical interface based on SOAP/HTTP service
  • EXTERNAL: - for the external message service via the Message TCP technical interface
  • INTERNAL - for the internal message service (interinstance communications inside the SAP CC system)
  • STS - for the trusted Security Token Systems when using SAML for authentication to the Web Services

Type NVARCHAR(16), NOT NULL