git.delta.rocks / jrsonnet / refs/commits / f89d04014f0f

difftreelog

source

modules/networking/wireguard/wgbuilder.sh152 Bsourcehistory
1#!/bin/sh2key=$($WG genkey)3pub=$(echo $key | $WG pubkey)45$COREUTILS/bin/mkdir -p $out6echo $key | $RAGE $recipients >$out/key7echo $pub >$out/pub_key