1wanboot_p12split(1M) System Administration Commands wanboot_p12split(1M)
2
3
4
6 wanboot_p12split - split a PKCS #12 file into separate certificate and
7 key files
8
10 /usr/lib/inet/wanboot/p12split -i p12file -c out_cert -k out_key
11 [-t out_trust -l id -v]
12
13
15 The p12split utility extracts a certificate and private key from the
16 repository specified by p12file, depositing the certificate in out_cert
17 and the key in out_key. If supplied, the -l option specifies the value
18 for the LocalKeyId that will be used in the new certificate and key
19 files. p12split can optionally extract a trust certificate into the
20 out_trust file if the -t option is specified. Use the -v option to get
21 a verbose description of the split displayed to standard output.
22
24 The following arguments and options are supported:
25
26 -c out_cert Specifies a repository that receives a extracted cer‐
27 tificate.
28
29
30 -i p12file Specifies a repository from which a certificate and
31 private key is extracted.
32
33
34 -k out_key Specifies a repository that receives a extracted pri‐
35 vate key.
36
37
38 -l id Specifies the value for the LocalKeyId that will be
39 used in the new certificate and key files.
40
41
42 -t out_trust Specifies a file for receiving an extracted trust cer‐
43 tificate.
44
45
46 -v Displays a verbose description of the split to stdout.
47
48
50 0 Successful operation.
51
52
53 >0 An error occurred.
54
55
57 See attributes(5) for descriptions of the following attributes:
58
59
60
61
62 ┌─────────────────────────────┬─────────────────────────────┐
63 │ ATTRIBUTE TYPE │ ATTRIBUTE VALUE │
64 ├─────────────────────────────┼─────────────────────────────┤
65 │Availability │SUNWwbsup │
66 ├─────────────────────────────┼─────────────────────────────┤
67 │Interface Stability │Unstable │
68 └─────────────────────────────┴─────────────────────────────┘
69
71 attributes(5)
72
73
74
75SunOS 5.11 18 Apr 2003 wanboot_p12split(1M)