INSTANCE_KEY_STORE
Definition
The INSTANCE_KEY_STORE table links a service to a key store entry for using SSL
Technical Data
| Schema Version |
4.5.13 |
| Partitioned |
No |
Summary
The INSTANCE_KEY_STORE table is defined by the
following columns.
See the column details for more information.
Column Details
INST_ID
| Definition |
The identifier of the instance. See the INSTANCE_ID field of the INSTANCE_MAP table. |
| Type |
NVARCHAR(64), NOT NULL |
KEST_ALIAS
| Definition |
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
- WS - for the SOAP/HTTP service
- EXTERNAL - for the external message service
- INTERNAL - for the internal message service
|
| Type |
NVARCHAR(16), NOT NULL |