'\" t .\" Title: pkcs15-profile .\" Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author] .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 03/10/2024 .\" Manual: OpenSC File Formats .\" Source: opensc .\" Language: English .\" .TH "PKCS15\-PROFILE" "5" "03/10/2024" "opensc" "OpenSC File Formats" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .\" http://bugs.debian.org/507673 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .\" ----------------------------------------------------------------- .\" * MAIN CONTENT STARTS HERE * .\" ----------------------------------------------------------------- .SH "NAME" pkcs15-profile \- format of profile for \fBpkcs15\-init\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, pkcs15\&.profile\&. .PP The card specific profile contains additional information required during card initialization, such as location of PIN files, key references etc\&. Profiles currently reside in /usr/share/opensc .SH "SYNTAX" .PP This section should contain information about the profile syntax\&. Will add this soonishly\&. .SH "SEE ALSO" .PP \fBpkcs15-init\fR(1), \fBpkcs15-crypt\fR(1)