Name

keystore

PKC S12 Key Store — PKC S12 Key Store

<keystore class="xms.security.PKCS12KeyStore" name="name" />

Table 39. Attributes for keystore tag (for xms.security.PKCS12KeyStore)

NameDescriptionTypeDefault ValueRequired
aliasThe default keystore aliasString any character combinationnoneno
keystorePasswordThe keystore passwordString any character combinationnoneno
pathThe path to the keystoreString any character combinationnoneno
privateKeyPasswordThe default private key passwordString any character combinationnoneno

Example 45. Example configuration for PKC S12 Key Store

Required attributes are marked with a bold typeface

<keystore class="xms.security.PKCS12KeyStore" name="name"
      alias="alias"
      keystorePassword="keystorePassword"
      path="path"
      privateKeyPassword="privateKeyPassword" />