keystoreType

KeyStore type used for storing encrypted private keys.

Specifies the format for the software keystore that holds the PIN-protected private keys. Different keystore types offer varying levels of compatibility and security features.

Supported values:

  • "PKCS12": Recommended default, maximum compatibility

  • "JKS": Java KeyStore format, legacy support

  • "BKS": BouncyCastle KeyStore, additional algorithm support

PKCS12 is recommended because:

  • Industry standard format

  • Wide platform support

  • Strong encryption capabilities

  • Future-proof design

Default: "PKCS12"