Additional configuration

Some technical configurations can be applied to an instance directly in its configuration file.

To add a configuration parameter:

1. Access the EVERTRUST Horizon server through SSH using an account with administrative privileges;

2. With an editor like vi, open the /opt/horizon/etc/conf.d/horizon-extra.conf file;

3. For each parameter you wish to override, create a newline and use the following syntax:

<parameter>=<value>

As an example, if you want to modify the file extension that DER certificates will have when sent as email attachments and set it to CRT, you need to add:

horizon.notification.mail.attachment.extension.der="crt"

4. Save your modifications and restart the Horizon service:

$ systemctl restart horizon
One added line means one modified option, you need to add as many lines at the end of the file as there are values that you want to override.
The available configurations are listed here.