20 lines
486 B
Text
20 lines
486 B
Text
+-----------------------------------------------------------------------
|
|
| 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
|