From 22fd834ec441e49c5fa5239456227e50e69b432e Mon Sep 17 00:00:00 2001 From: okir Date: Wed, 4 Dec 2002 14:28:08 +0000 Subject: [PATCH] - added comment on pkcs12 files git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@751 c6295689-39f2-0310-b995-f0e70906c6a9 --- src/pkcs15init/README | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/pkcs15init/README b/src/pkcs15init/README index 187a6265..c5744b18 100644 --- a/src/pkcs15init/README +++ b/src/pkcs15init/README @@ -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. +