- Spell checks

git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@2075 c6295689-39f2-0310-b995-f0e70906c6a9
This commit is contained in:
aet 2005-01-16 13:29:57 +00:00
parent 8f4f732c3b
commit 722e6509d0
1 changed files with 5 additions and 5 deletions

View File

@ -87,7 +87,7 @@ GnuPG, the Assuan support is not needed.
PAM support allowes you to use a smart card and the opensc PAM module PAM support allowes you to use a smart card and the opensc PAM module
to log into your system. If enabled, the pam module has two flavors: to log into your system. If enabled, the pam module has two flavors:
it can compare a key on a smart card to a certificate stored localy, it can compare a key on a smart card to a certificate stored locally,
or it can communicate with an LDAP server to check the key and or it can communicate with an LDAP server to check the key and
certificate stored on a smart card. The former mode requires only certificate stored on a smart card. The former mode requires only
PAM support, the later is only available, if OpenSC is compiled with PAM support, the later is only available, if OpenSC is compiled with
@ -101,10 +101,10 @@ $ su root
and install the software as root and install the software as root
# make install # make install
usualy opensc is fine without any config file, still you can install it: usually opensc is fine without any config file, still you can install it:
# cp etc/opensc.conf.example /etc/opensc.conf # cp etc/opensc.conf.example /etc/opensc.conf
# cp etc/scldap.conf.example /etc/scladp.conf # cp etc/scldap.conf.example /etc/scldap.conf
If you have some reason to edit the config file, feel free to do so. If you have some reason to edit the config file, feel free to do so.
But most users are fine without. But most users are fine without.
@ -164,7 +164,7 @@ Please type again to verify:
This created an empty pkcs15 structure. You can't do much without it. This created an empty pkcs15 structure. You can't do much without it.
Also I entered a pin for the security officer, and an unblocking pin. Also I entered a pin for the security officer, and an unblocking pin.
As a general rule, the SO pin is required everytime you change the As a general rule, the SO pin is required every time you change the
card, but only the user pin is required to use it. card, but only the user pin is required to use it.
$ pkcs15-init --store-pin --auth-id 01 --label "Andreas Jellinghaus" $ pkcs15-init --store-pin --auth-id 01 --label "Andreas Jellinghaus"
@ -208,7 +208,7 @@ Loaded: (pkcs11) pkcs11 engine
OpenSSL> OpenSSL>
It is important to enter the whole long command in one single command It is important to enter the whole long command in one single command
line. I usualy copy&paste the command, to make sure I don't mistype line. I usually copy&paste the command, to make sure I don't mistype
anything. This command loads the opensc engine, so openssl can delegate anything. This command loads the opensc engine, so openssl can delegate
some work from your computers cpu to the smart card. some work from your computers cpu to the smart card.