diff --git a/includes/account.php b/includes/account.php
index 9daa2c9..1301bef 100644
--- a/includes/account.php
+++ b/includes/account.php
@@ -545,7 +545,9 @@
 		sendmail($authaddy, "[CAcert.org] "._("Email Probe"), $body, "support@cacert.org", "", "", "CAcert Support");
 
 		showheader(_("My CAcert.org Account!"));
+		$domain = $_SESSION['_config']['domain'];
 		printf(_("The domain '%s' has been added to the system, however before any certificates for this can be issued you need to open the link in a browser that has been sent to your email address."), $_SESSION['_config']['domain']);
+		printf(_("\nAlternately place the following string '%s' as a TXT DNS entry under the domain '%s'. Or in a file accessable at http://%s/cacert.txt, https://%s/cacert.txt, http://www.%s/cacert.txt or https://www.%s/cacert.txt. Or place the string in the whois database associated with the domain. These will be checked hourly for the next 2 days."), sha1($hash),$domain, $domain, $domain, $domain, $domain);
 		showfooter();
 		exit;
 	}
