System Administration Commands wanbootp12split(1M)
NAME
wanbootp12split - split a PKCS #12 file into separate cer-
tificate and key files
SYNOPSIS
/usr/lib/inet/wanboot/p12split -i p12file -c outcert -k outkey
[-t outtrust -l id -v]
DESCRIPTION
The p12split utility extracts a certificate and private key
from the repository specified by p12file, depositing the
certificate in outcert and the key in outkey. 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 the
outtrust 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 outcert Specifies a repository that receives a
extracted certificate.
-i p12file Specifies a repository from which a certifi-
cate and private key is extracted.
-k outkey 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 outtrust Specifies a file for receiving an extracted
trust certificate.
-v Displays a verbose description of the split
to sdtout.
EXIT STATUS
0 Successful operation.
SunOS 5.11 Last change: 18 Apr 2003 1
System Administration Commands wanbootp12split(1M)
>0 An error occurred.
ATRIBUTES
See attributes(5) for descriptions of the following attri-
butes:
ATRIBUTE TYPE ATRIBUTE VALUE
Availability SUNWwbsup
Interface Stability Unstable
SEE ALSO
attributes(5)
SunOS 5.11 Last change: 18 Apr 2003 2
|