Key Store

A Key Store is a repository containing RSA private keys, and optionally the corresponding X.509 Certificate. By default, the system is distributed with three pre-generated private keys and corresponding X.509 self-signed certificates:

  • driver: used for DMZ Driver - DMZ Gateway secure connection
  • sampleserverkey1: to be used for testing purposes only, when a security enabled server protocol is configured (e.g. SFTP, FTPS, HTTPS)
  • sampleclientkey1: to be used for testing purposes only, when a security enabled client protocol is configured (e.g. SFTP, FTPS, HTTPS)
1755