~singpolyma/xmpp-certwatch

323c1c80bdb5e00f3b00623b16499297574e5400 — Stephen Paul Weber 11 months ago e8af68e
Fix spelling on Tor
1 files changed, 1 insertions(+), 1 deletions(-)

M public/index.html
M public/index.html => public/index.html +1 -1
@@ 20,6 20,6 @@
		</form>

		<p>This service allows you to check your XMPP server's TLS setup, helps you publicly store the hash of the public key in a secure way, and then monitors your server to make sure that connections to it get the same public key that you have configured and sends notifications if anything changes (which may indicate a machine-in-the-middle attack on your service).</p>
		<p>Checks are done over TOR to prevent easy detection of the probes by an attacker.</p>
		<p>Checks are done over Tor to prevent easy detection of the probes by an attacker.</p>
	</body>
</html>