diff --git a/www/gpg.php b/www/gpg.php index 26998d8..38e5426 100644 --- a/www/gpg.php +++ b/www/gpg.php @@ -479,7 +479,7 @@ function verifyEmail($email) echo _("If this is a re-occuring problem, please send a copy of the key you are trying to signed to support@cacert.org. Thank you."); } else { echo "
";
-			readfile("../crt/gpg-$id.crt");
+			readfile(generatecertpath("crt","gpg",$id));
 			echo "
"; }