- added comment on pkcs12 files

git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@751 c6295689-39f2-0310-b995-f0e70906c6a9
This commit is contained in:
okir 2002-12-04 14:28:08 +00:00
parent c55b8d8377
commit 22fd834ec4
1 changed files with 4 additions and 0 deletions

View File

@ -16,3 +16,7 @@ Generate a 512 bit RSA key and store on card, protected by the above PIN
Or, store a pkcs12 key/certificate pair
./pkcs15-init --auth-id 01 -f pkcs12 -S mycert.p12
Note that the pkcs12 file must use just one password - if you
use different passwords for integrity and confidentiality,
OpenSC will fail to import the keys.