diff --git a/dist/templates/upload.html.hbs b/dist/templates/upload.html.hbs index 8911f23..28b0626 100644 --- a/dist/templates/upload.html.hbs +++ b/dist/templates/upload.html.hbs @@ -14,8 +14,8 @@
-

If you're using GnuPG you can use the following snipped to export you public key. Replace <email> with you email address (User ID) of the key you want to upload. This will create a file called mykey.pgp that you can upload here.

-
gpg --export <email> > mykey.pgp
+

If you're using GnuPG you can use the following snipped to export you public key. This will create a file called mykey.pgp that you can upload here.

+
gpg --export your-address@example.org > mykey.pgp