diff options
author | Conrad Meyer <cem@FreeBSD.org> | 2020-04-23 18:04:52 +0000 |
---|---|---|
committer | Conrad Meyer <cem@FreeBSD.org> | 2020-04-23 18:04:52 +0000 |
commit | 7575e5c472125406c64f7c190f048fac2420d737 (patch) | |
tree | 70e73c9ec3de14ba5d6aa009f46cabb590c9a33d /sbin/dumpon | |
parent | 4647ce4fb6ed8e2ac65f663b8513b4a32908810a (diff) |
dumpon.8: Update minimum key size language
dumpon(8) has not accepted 1024-bit RSA keys since prior to r339784 (2018-10).
The manual page language was not updated at that time (oops). The minimum
accepted is 2048 bits, which is also a good default choice.
Sponsored by: Dell EMC Isilon
Notes
Notes:
svn path=/head/; revision=360227
Diffstat (limited to 'sbin/dumpon')
-rw-r--r-- | sbin/dumpon/dumpon.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/dumpon/dumpon.8 b/sbin/dumpon/dumpon.8 index 57a75f78057a..f2a1728ec30e 100644 --- a/sbin/dumpon/dumpon.8 +++ b/sbin/dumpon/dumpon.8 @@ -28,7 +28,7 @@ .\" From: @(#)swapon.8 8.1 (Berkeley) 6/5/93 .\" $FreeBSD$ .\" -.Dd May 23, 2019 +.Dd April 23, 2020 .Dt DUMPON 8 .Os .Sh NAME @@ -130,7 +130,7 @@ The goal of the mechanism is to provide confidentiality. .Pp The .Va pubkey -file should be a PEM-formatted RSA key of at least 1024 bits. +file should be a PEM-formatted RSA key of at least 2048 bits. .It Fl C Ar cipher Select the symmetric algorithm used for encrypted kernel crash dump. The default is |