Date: Tue, 1 Dec 2015 20:59:25 GMT From: def@FreeBSD.org To: svn-soc-all@FreeBSD.org Subject: socsvn commit: r294708 - soc2013/def/crashdump-head/share/man/man5 Message-ID: <201512012059.tB1KxPw0063229@socsvn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: def Date: Tue Dec 1 20:59:24 2015 New Revision: 294708 URL: http://svnweb.FreeBSD.org/socsvn/?view=rev&rev=294708 Log: Add description about dumppubkey in rc.conf(5). Modified: soc2013/def/crashdump-head/share/man/man5/rc.conf.5 Modified: soc2013/def/crashdump-head/share/man/man5/rc.conf.5 ============================================================================== --- soc2013/def/crashdump-head/share/man/man5/rc.conf.5 Tue Dec 1 20:39:31 2015 (r294707) +++ soc2013/def/crashdump-head/share/man/man5/rc.conf.5 Tue Dec 1 20:59:24 2015 (r294708) @@ -3511,6 +3511,14 @@ at boot time when .Va dumpdir is set. +.It Va dumppubkey +.Pq Vt str +Path to a public key. It is used by +.Xr dumpon 8 +to encrypt an one-time key for a crash dump. The public key has to match +a private key used by +.Xr decryptcore 8 +to decrypt a crash dump after reboot. .It Va savecore_flags .Pq Vt str If crash dumps are enabled, these are the flags to pass to the
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201512012059.tB1KxPw0063229>