${PKGSTEM} setup on OpenBSD
~~~~~~~~~~~~~~~~~~~~~~~~~~~

To finish your mollysocket install, you need to generate a VAPID key and append
it to ${SYSCONFDIR}/mollysocket.conf .

To do this, either run

$ mollysocket vapid gen

and paste its output in the "vapid_privkey" field of the configuration, or:

# sed -i "s|changeme|$(mollysocket vapid gen)|" ${SYSCONFDIR}/mollysocket.conf

Make sure that the permissions on ${SYSCONFDIR}/mollysocket.conf stay
restrictive.
