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 Stream server through SSH using an account with administrative privileges;
2. With an editor like vi, open the /opt/stream/etc/conf.d/stream-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:
stream.metrics.enabled=true
4. Save your modifications and restart the Stream service:
$ systemctl restart stream
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. |