ports/net/headscale/pkg/README

21 lines
486 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
+-----------------------------------------------------------------------
| Running ${PKGSTEM} on OpenBSD
+-----------------------------------------------------------------------
Initial Setup
=============
Generate a private key:
# openssl rand -base64 32 > ${SYSCONFDIR}/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