xref: /netbsd-src/external/bsd/elftosb/usr.sbin/sbkeygen/sbkeygen.8 (revision af56d1fe9956bd7c616e18c1b7f025f464618471)
1.\" $NetBSD: sbkeygen.8,v 1.1 2012/11/15 19:49:16 jkunz Exp $
2.\"
3.\" Copyright (c) 2012 The NetBSD Foundation, Inc.
4.\" All rights reserved.
5.\"
6.\" Redistribution and use in source and binary forms, with or without
7.\" modification, are permitted provided that the following conditions
8.\" are met:
9.\" 1. Redistributions of source code must retain the above copyright
10.\"    notice, this list of conditions and the following disclaimer.
11.\" 2. Redistributions in binary form must reproduce the above copyright
12.\"    notice, this list of conditions and the following disclaimer in the
13.\"    documentation and/or other materials provided with the distribution.
14.\"
15.\" THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
16.\" ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
17.\" TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
18.\" PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
19.\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
20.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
21.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
22.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
23.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
24.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
25.\" POSSIBILITY OF SUCH DAMAGE.
26.\"
27.Dd November 3, 2012
28.Dt sbkeygen 1
29.Os
30.Sh NAME
31.Nm sbkeygen
32.Nd generate keys for use with
33.Xr elftosb 1
34and
35.Xr sbtool 1
36.Sh SYNOPSIS
37.Nm
38.Oo Fl ? Ns \&| Ns Fl -help Oc
39.Oo Fl n|--number Ar int Oc
40.Oo Fl q|--quiet Oc
41.Oo Fl V|--verbose Oc
42.Oo Fl v|--version Oc
43.Ar key-files...
44.Oc
45.Oc
46.Sh DESCRIPTION
47The
48.Nm
49programm is used to generate cryptographic keys for the
50.Xr elftosb 1
51and
52.Xr sbtool 1
53programms.
54.Pp
55The
56.Nm
57programm is called keygen by Freescale. It was renamed to
58.Nm
59when imported into NetBSD to avoid the generic name keygen.
60.Sh SEE ALSO
61.Xr elftosb 1
62.Xr sbtool 1
63.br
64Freescale Application Note AN4555
65.Sh COPYRIGHT
66Copyright (c) 2004-2010 Freescale Semiconductor, Inc.
67.Sh BUGS
68The
69.Nm
70programm is poorly documented.
71