18 lines
535 B
Text
18 lines
535 B
Text
|
# a brief man-page for create-p12.sh
|
||
|
# $Id: create-p12.txt 2660 2009-07-24 18:49:52Z alexeb $
|
||
|
|
||
|
NAME
|
||
|
create-p12.sh - create a PKCS#12 archive of a certificate and key
|
||
|
|
||
|
SYNOPSIS
|
||
|
create-p12.sh /path/to/certificate
|
||
|
create-p12.sh <username>
|
||
|
|
||
|
DESCRIPTION
|
||
|
This script exports a PKCS#12 archive containing a user's certificate,
|
||
|
private key, and the CA certificate. It will prompt for a password to
|
||
|
lock the archive with, and then place it in p12/.
|
||
|
|
||
|
OPTIONS
|
||
|
This script takes no options.
|