diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-01-02 18:20:11 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-01-02 18:20:11 +0000 |
commit | 2f6b2e765fc6af15ddfd2ff4bb6fddf5757e032d (patch) | |
tree | a352c3091cc4a0456dd4b756e1eb66c016fd6919 /usr.sbin/httpd | |
parent | 4c20ee118e05d4469403c0d021647c9b16faefc7 (diff) |
document ssl(8);
Diffstat (limited to 'usr.sbin/httpd')
-rw-r--r-- | usr.sbin/httpd/httpd.8 | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/usr.sbin/httpd/httpd.8 b/usr.sbin/httpd/httpd.8 index d514c7de5aa..5fffc5d587f 100644 --- a/usr.sbin/httpd/httpd.8 +++ b/usr.sbin/httpd/httpd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: httpd.8,v 1.25 2004/12/31 15:52:19 jmc Exp $ +.\" $OpenBSD: httpd.8,v 1.26 2005/01/02 18:20:10 jmc Exp $ .\" Copyright (c) 1995-1997 David Robinson. All rights reserved. .\" Copyright (c) 1997-1999 The Apache Group. All rights reserved. .\" Copyright (c) 1998-1999 Bob Beck. All rights reserved. @@ -90,6 +90,16 @@ may be invoked by the Internet daemon each time a connection to the HTTP service is made. .Pp +.Nm +can be made to support HTTPS transactions +if RSA certificates are generated +and the utility is started with the +.Va -DSSL +flag. +See +.Xr ssl 8 +for further information. +.Pp By default, .Nm will |