: Show usage statistics. This only works if the server is running in guardian
mode.
+token-login *MODULE* *SLOT* *PIN*
+: Log on to a PKCS#11 slot.
+
uptime
: Show the uptime of the running server.
**Note**: This feature is experimental, and not ready for production. Use at your own risk!
To enable it, compile PowerDNS Authoritative Server using --enable-experimental-pkcs11 flag on configure. This requires you to have p11-kit libraries and headers.
+You can also log on to the tokens after starting server, in this case you need to edit your PKCS#11 cryptokey record and remove PIN or set it empty. PIN is required
+for assigning keys to zone.
+
Instructions on how to setup SoftHSM to work with the feature after compilation on ubuntu/debian (tested with Ubuntu 12 and 14).
- apt-get install softhsm p11-kit opensc
- create directory /etc/pkcs11/modules
## `set VARIABLE VALUE`
Set a configuration parameter. Currently only the 'query-logging' parameter can be set.
+## `token-login MODULE SLOT PIN`
+Logs on to a PKCS#11 slot. You only need to login once per slot, even if you have multiple keys on single slot.
+
## `uptime`
Reports the uptime of the daemon in human readable form.