diff --git a/user/security-in-qubes/split-gpg.md b/user/security-in-qubes/split-gpg.md index 625d70f5..f4cef084 100644 --- a/user/security-in-qubes/split-gpg.md +++ b/user/security-in-qubes/split-gpg.md @@ -231,12 +231,12 @@ The most basic `~/.gitconfig` file enabling Split GPG looks something like this. ``` [user] -name = YOUR NAME -email = YOUR EMAIL ADDRESS -signingkey = YOUR KEY ID + name = + email = + signingKey = [gpg] -program = qubes-gpg-client-wrapper + program = qubes-gpg-client-wrapper ``` Your key id is the public id of your signing key, which can be found by running `qubes-gpg-client -k`.