1wanbootutil(1M)         System Administration Commands         wanbootutil(1M)
2
3
4

NAME

6       wanbootutil - manage keys and certificates for WAN booting
7

SYNOPSIS

9       wanbootutil [keygen] [option_specific_arguments]
10
11
12       wanbootutil [keymgmt] [option_specific_arguments]
13
14
15       wanbootutil [p12split] [option_specific_arguments]
16
17

DESCRIPTION

19       The  wanbootutil  command  creates  and  manages WANboot encyrption and
20       hashing keys and manipulates PKCS #12 files for use by WAN boot.
21
22
23       wanbootutil has three subcommands, each covered in a separate man page:
24
25       wanboot_keygen(1M)      Generates encryption and hashing keys.
26
27
28       wanboot_keymgmt(1M)     Inserts and extracts keys  from  WAN  boot  key
29                               repositories.
30
31
32       wanboot_p12split(1M)    Splits  a  PKCS #12 file into separate certifi‐
33                               cate and key files for use by WAN boot.
34
35

OPTIONS

37       The options are supported  for  wanbootutil  are  the  use  of  keygen,
38       keymgmt,  or  p12split. The options for these subcommands are described
39       in their respective man pages.
40

EXAMPLES

42       Example 1 Generate a 3DES Client Key
43
44         # wanbootutil keygen -c -o net=172.16.174.0,cid=010003BA0E6A36,type=3des
45
46
47
48       Example 2 Insert an RSA Private Client Key
49
50         wanbootutil keymgmt -i -k keyfile \
51           -s /etc/netboot/172.16.174.0/010003BA0E6A36/keystore -o type=rsa
52
53
54
55       Example 3 Split a PKCS #12 File into Certificate and Key Components
56
57         # wanbootutil p12split -i p12file -c out_cert -k out_key
58
59
60

EXIT STATUS

62       0           Successful operation.
63
64
65       non-zero    An error occurred. Writes an appropriate error  message  to
66                   standard error.
67
68

ATTRIBUTES

70       See attributes(5) for descriptions of the following attributes:
71
72
73
74
75       ┌─────────────────────────────┬─────────────────────────────┐
76       │      ATTRIBUTE TYPE         │      ATTRIBUTE VALUE        │
77       ├─────────────────────────────┼─────────────────────────────┤
78       │Availability                 │SUNWwbsup                    │
79       ├─────────────────────────────┼─────────────────────────────┤
80       │Interface Stability          │Obsolete                     │
81       └─────────────────────────────┴─────────────────────────────┘
82

SEE ALSO

84       wanboot_keygen(1M),      wanboot_keymgmt(1M),     wanboot_p12split(1M),
85       attributes(5)
86
87
88
89SunOS 5.11                        18 Apr 2003                  wanbootutil(1M)
Impressum