changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > infra / scripts/wg-gen-keys.sh

changeset 17: aac1cf6cf2bb
child: f3e37ace9e64
author: ellis <ellis@rwest.io>
date: Fri, 01 Dec 2023 23:20:45 -0500
permissions: -rwxr-xr-x
description: more scripts
1 #!/bin/sh
2 # generate base64-enc keypair in current dir
3 umask 077
4 wg genkey | tee privatekey | wg pubkey > publickey