From cbbe63d700f335f4878d5b49fb21bb51ced8a7e8 Mon Sep 17 00:00:00 2001 From: kflux Date: Mon, 24 Feb 2014 21:16:05 +0100 Subject: [PATCH] Update README --- gpg-mailgate-web/README | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gpg-mailgate-web/README b/gpg-mailgate-web/README index 32b9f50..5f3284e 100644 --- a/gpg-mailgate-web/README +++ b/gpg-mailgate-web/README @@ -63,7 +63,9 @@ Any issues should be reported to https://github.com/uakfdotb/gpg-mailgate require_once("include/phphkp.php"); - 4) check if it works with a GPG client of your choice pushing a public key to your server's + 4) change the constants in the include/phphkp.php file! + + 5) check if it works with a GPG client of your choice pushing a public key to your server's domain or IP (HTTP request to http://yourserver.tld:11371/pks/add with the public key in a POST variable 'keytext')