summaryrefslogtreecommitdiff
path: root/share/man/man8/ssl.8
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2000-12-06 23:09:22 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2000-12-06 23:09:22 +0000
commit30d190c2b525c8b5b10d8539f67746c8eb93c1f5 (patch)
treeed6715f932000b9dd0429fdfae3576926ff2d8b9 /share/man/man8/ssl.8
parentabe519cd7b58444af5e58e3836227327d2653249 (diff)
Remove final references to extra RSA libs
Diffstat (limited to 'share/man/man8/ssl.8')
-rw-r--r--share/man/man8/ssl.821
1 files changed, 6 insertions, 15 deletions
diff --git a/share/man/man8/ssl.8 b/share/man/man8/ssl.8
index 62653f72b30..d0b83659647 100644
--- a/share/man/man8/ssl.8
+++ b/share/man/man8/ssl.8
@@ -109,19 +109,13 @@ To generate an encrypted private key, you would use:
-out /etc/ssl/dsacert.pem -keyout /etc/ssl/private/dsakey.pem
.Ed
.Sh GENERATING RSA SERVER CERTIFICATES FOR WEB SERVERS
-To generate
-.Ar RSA
-certificates, you will first need to upgrade your
-shared libraries to support
-.Ar RSA
-as described above.
-Once that is done, you can generate
-.Ar RSA
-certificates that will be usable by
-.Xr httpd 8
-for
+To support
.Ar https
-transactions.
+transactions in
+.Xr httpd 8
+you will need to generate an
+.Ar RSA
+certificate.
.Bd -literal -offset indent
# openssl genrsa -out /etc/ssl/private/server.key 1024
.Ed
@@ -193,9 +187,6 @@ capable
and
.Ar SSH
services.
-.Pp
-According to "Applied Cryptography: Schneier"
-the RSA patent will expire September 20th, 2000.
.Sh SEE ALSO
.Xr httpd 8 ,
.Xr ssh 1 ,