summaryrefslogtreecommitdiff
path: root/usr.sbin/httpd/httpd.conf.5
diff options
context:
space:
mode:
authorKlemens Nanni <kn@cvs.openbsd.org>2023-10-29 11:27:12 +0000
committerKlemens Nanni <kn@cvs.openbsd.org>2023-10-29 11:27:12 +0000
commit4fbdbf38aa745adda9f7674d25bc0cb3d1b19d43 (patch)
tree7473d9a87e78596949efd1ea71352394b5dd88dd /usr.sbin/httpd/httpd.conf.5
parentbfb8172e85b67b8cd8dd14a92ce1a49861264d58 (diff)
Unmention/don't explain SSL, drop 9y old "ssl" keyword/deprecation warning
Switch "ssl" to "tls" in relayd.conf(5) if you haven't done so in the last ten years, "ssl" is now an error. Say "TLS" not "SSL/TLS" and drop the primer in the TLS RELAYS section. OK benno
Diffstat (limited to 'usr.sbin/httpd/httpd.conf.5')
-rw-r--r--usr.sbin/httpd/httpd.conf.56
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/httpd/httpd.conf.5 b/usr.sbin/httpd/httpd.conf.5
index 90ea5e75016..ef4f5b5811f 100644
--- a/usr.sbin/httpd/httpd.conf.5
+++ b/usr.sbin/httpd/httpd.conf.5
@@ -1,4 +1,4 @@
-.\" $OpenBSD: httpd.conf.5,v 1.123 2023/08/17 07:25:57 op Exp $
+.\" $OpenBSD: httpd.conf.5,v 1.124 2023/10/29 11:27:11 kn Exp $
.\"
.\" Copyright (c) 2014, 2015 Reyk Floeter <reyk@openbsd.org>
.\"
@@ -14,7 +14,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: August 17 2023 $
+.Dd $Mdocdate: October 29 2023 $
.Dt HTTPD.CONF 5
.Os
.Sh NAME
@@ -649,7 +649,7 @@ If not specified, the default value
will be used (strong crypto cipher suites without anonymous DH).
See the CIPHERS section of
.Xr openssl 1
-for information about SSL/TLS cipher suites and preference lists.
+for information about TLS cipher suites and preference lists.
.It Ic client ca Ar cafile Oo Ic crl Ar crlfile Oc Op Ic optional
Require
.Po