summaryrefslogtreecommitdiffstats
path: root/share/man
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2012-05-27 07:04:52 +0000
committerjmc <jmc@openbsd.org>2012-05-27 07:04:52 +0000
commitef316335346d71c6846271e10527825074945ffc (patch)
treea6905bdb02fb3cbc8a42753c14e08e2212d49bb5 /share/man
parentsome real tbl(7) regression tests (diff)
downloadwireguard-openbsd-ef316335346d71c6846271e10527825074945ffc.tar.xz
wireguard-openbsd-ef316335346d71c6846271e10527825074945ffc.zip
revert to recommending a key size of 2048, as requested by naddy
Diffstat (limited to 'share/man')
-rw-r--r--share/man/man8/ssl.88
1 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man8/ssl.8 b/share/man/man8/ssl.8
index 1caf3872834..ca4dd886ab8 100644
--- a/share/man/man8/ssl.8
+++ b/share/man/man8/ssl.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ssl.8,v 1.49 2012/05/25 19:25:38 jmc Exp $
+.\" $OpenBSD: ssl.8,v 1.50 2012/05/27 07:04:52 jmc Exp $
.\"
.\" Copyright (c) 1999 Theo de Raadt, Bob Beck
.\" All rights reserved.
@@ -23,7 +23,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: May 25 2012 $
+.Dd $Mdocdate: May 27 2012 $
.Dt SSL 8
.Os
.Sh NAME
@@ -110,13 +110,13 @@ you will need to generate an
.Ar RSA
certificate.
.Bd -literal -offset indent
-# openssl genrsa -out /etc/ssl/private/server.key 4096
+# openssl genrsa -out /etc/ssl/private/server.key 2048
.Ed
.Pp
Or, if you wish the key to be encrypted with a passphrase that you will
have to type in when starting servers
.Bd -literal -offset indent
-# openssl genrsa -aes256 -out /etc/ssl/private/server.key 4096
+# openssl genrsa -aes256 -out /etc/ssl/private/server.key 2048
.Ed
.Pp
The next step is to generate a