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.2
Partitioned No

Summary


The INSTANCE_CERT_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
INST_TYPE         The type of the instance

    CERT_ALIAS         The alias of the certificate

      SERVICE         The service for which the client certificate is authorized

        Column Details

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

        INST_TYPE

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

        CERT_ALIAS

        Definition The alias of the certificate
        Description 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 - for the HCI/HTTP service
        • EXTERNAL - for the external message service via the Message TCP technical interface

        Type NVARCHAR(16), NOT NULL