Start the Web Services Option Pack

The installation process creates one service, corecrypto, which needs further configuration before starting. See Configure the Web Services Option Pack.

The service can be controlled using the scripts from the directory:

/opt/nfast/scripts/init.d/

WSOP service can be controlled using the following commands:

To start the service:

sudo /opt/nfast/scripts/init.d/corecrypto start

To stop the service:

sudo /opt/nfast/scripts/init.d/corecrypto stop

To restart the service:

sudo /opt/nfast/scripts/init.d/corecrypto restart

The installation scripts add the prefix nc_ in front of corecrypto service name when used by the system and service manager. For example, you can restart WSOP using the commands:

sudo service nc_corecrypto restart