aboutsummaryrefslogtreecommitdiffstats
path: root/.config/nvim/UltiSnips/text.snippets
blob: cfc757ea4a2e773df0e4c5f75ac5566e94933c42 (plain)
1
2
3
4
5
6
7
8
9
10
11
snippet pgp_validation_token "A token text to use for verification" b
I am the holder of the OpenPGP certificate with the fingerprint
${1:PGP KEY ID}
and the User ID
${2:UID}

I am clear-signing this token file for the purpose of validating my OpenPGP certificate fingerprint and User ID for the use in archlinux-keyring.
https://gitlab.archlinux.org/archlinux/archlinux-keyring
The resulting clear-signed token file has no application beyond its intended
scope.
endsnippet