diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-11-21 14:25:45 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-11-21 14:25:45 +0000 |
commit | 4be13e4348dd75b6ee7f0be5bba1922fac712463 (patch) | |
tree | ff2ccb0711ba9527e4fd13d51eaf1463fc688f39 /usr.sbin/relayd/relayd.conf.5 | |
parent | b55935b72e33d89ef3252cc43a95ee4a1ef6e67c (diff) |
tweak previous;
Diffstat (limited to 'usr.sbin/relayd/relayd.conf.5')
-rw-r--r-- | usr.sbin/relayd/relayd.conf.5 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/relayd/relayd.conf.5 b/usr.sbin/relayd/relayd.conf.5 index cc0ddf0ec62..b274f8542c3 100644 --- a/usr.sbin/relayd/relayd.conf.5 +++ b/usr.sbin/relayd/relayd.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: relayd.conf.5,v 1.60 2007/11/21 14:12:04 reyk Exp $ +.\" $OpenBSD: relayd.conf.5,v 1.61 2007/11/21 14:25:44 jmc Exp $ .\" .\" Copyright (c) 2006, 2007 Reyk Floeter <reyk@openbsd.org> .\" Copyright (c) 2006, 2007 Pierre-Yves Ritschard <pyr@openbsd.org> @@ -188,10 +188,10 @@ This has the same effect as above but wraps the HTTP request in SSL. .Xc For each host in the table, verify that retrieving the URL .Ar path -produces a content whose message digest matches the defined string. -The used algorithm is determined by the string length of the +produces content whose message digest matches the defined string. +The algorithm used is determined by the string length of the .Ar digest -argument, it is either SHA1 (40 characters) or MD5 (32 characters). +argument, either SHA1 (40 characters) or MD5 (32 characters). If .Ar hostname is specified, it is used as the |