Starting the OKS database server
The core of the OpenKeyServer consists of database server responsible of processing clients requests. This implies that this server must be running before any gateways are started.
To start the OKS database server, just execute the following commands:
# cd /usr/local/oks/bin
# ./oksd /usr/local/oks/etc/oksd.conf
The database server will automatically run into the background and will use the configuration file /usr/local/oks/etc/oksd.conf. Error messages will be printed on the standard error stream or through the syslog service.