1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48
|
.\"Generated by db2man.xsl. Don't modify this, modify the source.
.de Sh \" Subsection
.br
.if t .Sp
.ne 5
.PP
\fB\\$1\fR
.PP
..
.de Sp \" Vertical space (when we can't use .PP)
.if t .sp .5v
.if n .sp
..
.de Ip \" List item
.br
.ie \\n(.$>=3 .ne \\$3
.el .ne 3
.IP "\\$1" \\$2
..
.TH "PKCS15-PROFILE" 5 "" "" "OpenSC"
.SH NAME
pkcs15-profile \- format of profile for pkcs15-init
.SH "SYNOPSIS"
.PP
\fB\fR
.SH "DESCRIPTION"
.PP
The \fBpkcs15\-init\fR utility for PKCS #15 smart card personalization is controlled via profiles\&. When starting, it will read two such profiles at the moment, a generic application profile, and a card specific profile\&. The generic profile must be specified on the command line, while the card\-specific file is selected based on the type of card detected\&.
.PP
The generic application profile defines general information about the card layout, such as the path of the application DF, various PKCS #15 files within that directory, and the access conditions on these files\&. It also defines general information about PIN, key and certificate objects\&. Currently, there is only one such generic profile, \fBpkcs15\&.profile\fR\&.
.PP
The card specific profile contains additional information required during card intialization, such as location of PIN files, key references etc\&. Profiles currently reside in \fB@pkgdata@\fR
.SH "SYNTAX"
.PP
This section should contain information about the profile syntax\&. Will add this soonishly\&.
.SH "SEE ALSO"
.PP
\fBpkcs15\fR(7), \fBpkcs15\-init\fR(1),\fBpkcs15\-crypt\fR(1), \fBopensc\fR(7),
|