Skip to content

GPG signing key

VM-local commit signing key. Generated once, kept inside the guest.

Terminal window
sudo -u "$DVM_USER" -H bash -lc '
set -Eeuo pipefail
if ! gpg --list-secret-keys --with-colons | grep -q "^sec:"; then
gpg --batch --passphrase "" --quick-generate-key \
"$USER@$HOSTNAME" ed25519 sign 1y
fi
'

Built and maintained by eshlox.