Versions Compared

Key

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

Starting from version 2.5.25, you can change the encryption algorithm used by the system to encrypt Voice Recording files.

...

Warning

If you change the encryption algorithm, you will not be able to lister and download all existing Voice Recordings files


Step-by-step guide


Note

The algorithm is dependent on OpenSSL and application supports only AES algorithms, so verify if it's available before perform the change using the command openssl list-cipher-algorithms


  1. Connect to the server using SSH and open /var/opt/motion/server/config/environment/production.js
  2. Update (adding the properties if not available) the property encrypt.algorithm with the new value

    Code Block
    languagejs
    titleproduction.js
    encrypt: {
      algorithm: 'aes256'
    }
  3. Restart XCALLY Motion application to apply changes

...