+-----------------------------------------------------------------------
| Running ${FULLPKGNAME} on OpenBSD
+-----------------------------------------------------------------------

The user running nitrocli needs the necessary privileges to access
the device. You may need to change the permissions of the corresponding
usb(4) controller as a result. In order to do this, plug your
NitroKey and use usbdevs(8) to identify the usb(4) controller it
is attached to. Then use chmod(1) and/or chown(8) to give the user
read/write access to the corresponding /dev/usb* character special
device. Beware this may allow the user unintended access to other
hardware associated to the same usb(4) controller, so do this with
extreme caution.

A working gpg-agent is required for a number of operations. You may
need to add the following line to your $HOME/.profile in order to
ensure the agent is invoked properly:

export GPG_TTY=$(tty)

There is a known bug that causes the smartcard functionality of the
Nitrokeys to be unavailable after a libnitrokey operation is performed.
In other words: if you use nitrocli, you won't be able to use the
cmartcard until you unplug the Nitrokey and plug it back again.
Restarting the gpg agent is also a known workaround:

gpgconf --kill gpg-agent 
