CERT_STORE

Definition


The CERT_STORE table contains the certificates of clients allowed when using SSL

Description


The CERT_STORE table contains the certificates of clients allowed when using SSL. Each entry is identified by an "alias" string.

Technical Data


Schema Version 5.0.6
Tablespace CATALOG_DATA
Partitioned No

Summary


The 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 Definition
ALIAS        

    The alias of the certificate
    CERTIFICATE        

      The certificate

      Column Details

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

      ALIAS

      Definition The alias of the certificate
      Type VARCHAR(64), NOT NULL

      CERTIFICATE

      Definition The certificate
      Type BLOB, NOT NULL