Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@mattrude
Last active February 26, 2021 22:50
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mattrude/c287477d2675d1efcd7ad40d94ec6dc3 to your computer and use it in GitHub Desktop.
Save mattrude/c287477d2675d1efcd7ad40d94ec6dc3 to your computer and use it in GitHub Desktop.
diff --git a/tools/gpg-wks-server.c b/tools/gpg-wks-server.c
index 2082fb8..c159df8 100644
--- a/tools/gpg-wks-server.c
+++ b/tools/gpg-wks-server.c
@@ -1264,20 +1264,18 @@ send_congratulation_message (const char *mbox, const char *keyfile)
body);
es_fprintf (body,
- "Hello!\n\n"
- "The key for your address '%s' has been published\n"
- "and can now be retrieved from the Web Key Directory.\n"
+ "Greetings,\n"
+ "The public OpenPGP key for your email address '%s'\n"
+ "has been published and can now be retrieved from\n"
+ "the Web Key Directory, DANE, and PKA.\n"
"\n"
- "For more information on this system see:\n"
+ "For more information on this service please see:\n"
"\n"
- " https://gnupg.org/faq/wkd.html\n"
+ " %s\n"
"\n"
- "Best regards\n"
- "\n"
- " Gnu Key Publisher\n\n\n"
- "-- \n"
- "The GnuPG Project welcomes donations: %s\n",
- mbox, "https://gnupg.org/donate");
+ "Cheers\n"
+ "-Postmaster\n",
+ mbox, "https://openpgpkey.therudes.com");
es_rewind (body);
err = encrypt_stream (&bodyenc, body, keyfile);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment