Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • the url configuration item is required as explained above.
  • the user account and password can be specified from the following options:
    • Option 1: Use of a JS7 - Credential Store
      • with the following settings:
        • cs-file: Specifies the path to a KeePass database file (required).
        • cs-key: Specifies the path to a KeePass key file (optional).
        • cs-password: Specifies the password for the KeePass database file (optional).
        • account: Specifies the path to the entry in the KeePass database that holds the account name (required).
        • password: Specifies the path to the entry in the KeePass database that holds the password (required).
      • that suggest to preferably use a KeePass key file (cs-key) to protect the KeePass database. Basically it is pointless to protect a Credential Store by use of a password  (cs-password) that is similarly visible as putting the key under the mat. Use of a key file allows to apply OS ownership and file permissions to protect to the key file from 3rd parties.
    • Option 2: Use of user account and password
      • with the following settings:
        • account: Specifies the account name (required).
        • password: Specifies the plain text password (required).
      • that include both settings to be visible from the configuration file.

...