By default, the Sicura Console RPM creates a user called sicura-console, and sets permissions on its default files based on the Sicura Console user. Commands for Sicura Console should be run by the sicura-console user.
There is also a Puppet module available for management of the sicura-console service and configuration.
To run sicura-console
from the command line run:
sudo -u sicura-console sicura-console
The Sicura Console RPM sets up a systemd unit file on EL7, or a sysvinit service file on EL6. You’ll need to enable the service, then start it.
systemctl enable sicura-console
systemctl start sicura-console