System Administration Commands wanboot_p12split(1M)
NAME
wanboot_p12split - split a PKCS #12 file into separate cer-
tificate and key filesSYNOPSIS
/usr/lib/inet/wanboot/p12split -i p12file -c out_cert -k out_key
[-t out_trust -l id -v]
DESCRIPTION
The p12split utility extracts a certificate and private key from the repository specified by p12file, depositing thecertificate in out_cert and the key in out_key. If supplied,
the -l option specifies the value for the LocalKeyId that
will be used in the new certificate and key files. p12split can optionally extract a trust certificate into theout_trust file if the -t option is specified. Use the -v
option to get a verbose description of the split displayed to standard output. OPTIONS The following arguments and options are supported:-c out_cert Specifies a repository that receives a
extracted certificate.-i p12file Specifies a repository from which a certifi-
cate and private key is extracted.-k out_key Specifies a repository that receives a
extracted private key.-l id Specifies the value for the LocalKeyId that
will be used in the new certificate and key files.-t out_trust Specifies a file for receiving an extracted
trust certificate.-v Displays a verbose description of the split
to stdout. EXIT STATUS 0 Successful operation.SunOS 5.11 Last change: 18 Apr 2003 1
System Administration Commands wanboot_p12split(1M)
>0 An error occurred.ATTRIBUTES
See attributes(5) for descriptions of the following attri-
butes:____________________________________________________________
| ATTRIBUTE TYPE | ATTRIBUTE VALUE |
|_____________________________|_____________________________|
| Availability | system/boot/wanboot ||_____________________________|_____________________________|
| Interface Stability | Uncommitted ||_____________________________|_____________________________|
SEE ALSO
attributes(5)SunOS 5.11 Last change: 18 Apr 2003 2