INSTANCE_KEY_STORE

Definition


The INSTANCE_KEY_STORE table links a service to a key store entry for using SSL

Technical Data


Schema Version 5.0.5
Filegroup BART_DATA
Partitioned No

Summary


The INSTANCE_KEY_STORE table is defined by the following columns in your back-end database. See the column details for more information.

Name PK FK IX Uses Used by Definition
INST_ID        

    The identifier of the instance

    More...

    KEST_ALIAS       KEY_STORE (ALIAS)
     

      The unique alias of the key store entry

      More...

      SERVICE        

        The service for which the keystore is used

        More...

        Column Details

        The database schema defines the following columns. Check the definitions, types, available indexes, and formats:

        INST_ID

        Definition The identifier of the instance
        Description

        The identifier of the instance; see the INSTANCE_ID field of the INSTANCE_MAP table.

        Type NVARCHAR(64), NOT NULL

        KEST_ALIAS

        Definition The unique alias of the key store entry
        Description

        The alias of the key store entry; see the KEY_STORE table.

        Type NVARCHAR(64), NOT NULL

        SERVICE

        Definition The service for which the keystore is used
        Format

        The possible values are:

        • HTTP - for the HCI/HTTP service
        • EXTERNAL - for the external message service the via the Message TCP technical interface

        Type NVARCHAR(16), NOT NULL