changelog shortlog graph tags branches changeset file revisions annotate raw help

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

revision 17: aac1cf6cf2bb
child 131: f3e37ace9e64
     1.1--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2+++ b/scripts/wg-gen-keys.sh	Fri Dec 01 23:20:45 2023 -0500
     1.3@@ -0,0 +1,4 @@
     1.4+#!/bin/sh
     1.5+# generate base64-enc keypair in current dir
     1.6+umask 077
     1.7+wg genkey | tee privatekey | wg pubkey > publickey