User Guide

13 Command-line tool for Eye 46
7signal Ltd, Panuntie 6, FI-00620 HELSINKI, FINLAND, +358 40 777 7611, info@7signal.com, www.7signal.com
7signal Sapphire Deployment Guide Release 3.0
7config conn [VALUE]
'cert' command arguments:
set Set management connection encryption certificate
file.
VALUE = Certificate file name. File must
reside in /nand/etc/certificates directory.
show Show current encryption certificate file name.
'pwd' command arguments
set Set encryption certificate password.
Examples
Show file name of the configured TLS encryption key file:
# 7config conn cert show
Set file name of the TLS encryption key file:
# 7config conn cert set <filename>
Set password of the TLS encryption key:
# 7config conn pwd set <password>
13.6 Run command group
This command group contains commands for managing Eye software run-state. Currently
supported operations are to ask current status of the software, and to start, stop and restart
the software.
7config run
status Show status of Eye software.
start Start Eye software.
stop Stop Eye software.
restart Restart Eye software.
Examples
Query status of the Eye software:
# 7config run status
Start the Eye software:
# 7config run start
Stop the Eye software:
# 7config run stop
Restart the Eye software:
# 7config run restart