KeyStoreInfo

KeyStoreInfo
KeyStoreInfo

Key Store information about the url alias or datasource.

JSON Example
{
    "keystore": "string",
    "keystore_alias": "string",
    "keystore_phrase": "string",
    "truststore": "string"
}
string
keystore
Optional

A location of the keystor file which stores private key and identity certificates that will be presented to both parties (server or client) for verification.

string
keystore_alias
Optional

Its an alias specified when an entity is added to the keystore.

string
keystore_phrase
Optional

A location of the key store pass phrase file.

string
truststore
Optional

A location of the trust store file which stores the certificate from CA that verify the certificate presented by the server in SSL connection.