+-----------------------------------------------------------------------
| Running headscale on OpenBSD
+-----------------------------------------------------------------------

Initial Setup
=============

Generate a private key:

    # openssl rand -base64 32 > /etc/headscale/private.key

Create an initial user:

    # su -s/bin/sh _headscale
    $ headscale users create myfirstuser

Enable and start the service

    # rcctl enable headscale
    # rcctl start headscale
