openbsd-ports/net/headscale/pkg
2023-01-23 10:11:09 +00:00
..
DESCR
headscale.rc drop RCS Ids 2022-03-11 19:45:43 +00:00
MESSAGE
PLIST update to headscale-0.18.0, from Laurent Cheylus (maintainer) 2023-01-23 10:11:09 +00:00
README drop RCS Ids 2022-03-11 19:45:43 +00:00

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

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

Generate a private key:

    # openssl rand -base64 32 > ${SYSCONFDIR}/headscale/private.key

Create an initial namespace:

    # su -s/bin/sh _headscale
    $ headscale namespaces create myfirstnamespace

Enable and start the service

    # rcctl enable headscale
    # rcctl start headscale