~ubuntu-branches/ubuntu/quantal/pam-pkcs11/quantal

« back to all changes in this revision

Viewing changes to doc/pam_pkcs11.xml

  • Committer: Bazaar Package Importer
  • Author(s): Ludovic Rousseau
  • Date: 2010-11-21 14:49:42 UTC
  • mto: (2.3.2 experimental)
  • mto: This revision was merged to the branch mainline in revision 8.
  • Revision ID: james.westby@ubuntu.com-20101121144942-ygtfaj12v2ar8vk0
Tags: upstream-0.6.6
ImportĀ upstreamĀ versionĀ 0.6.6

Show diffs side-by-side

added added

removed removed

Lines of Context:
420
420
        the ca_dir directory</listitem>
421
421
 
422
422
        <listitem> Create hash links to CA certificates with provided
423
 
        <application>make_hash_link.sh</application>. Note that
 
423
        <application>pkcs11_make_hash_link</application>. Note that
424
424
        <application>OpenSSL</application> must be installed 
425
425
 
426
426
<screen>
427
427
<userinput>cd /etc/pam_pkcs11/cacerts
428
 
/usr/bin/make_hash_link.sh</userinput>
 
428
/usr/bin/pkcs11_make_hash_link</userinput>
429
429
</screen>
430
430
        </listitem>
431
431
        <listitem> Repeat above procedure for CRL entries (if used)</listitem>
589
589
</para>
590
590
<para>
591
591
<application>Pam-pkcs11</application> provides a utility:
592
 
<filename>make_hash_link.sh</filename> that can be used to create hash
 
592
<filename>pkcs11_make_hash_link</filename> that can be used to create hash
593
593
links to certificate files. Hashes are used to check certification
594
594
validity and revocation.
595
595
</para>
1180
1180
<userinput>cp testCA-cacert.der /etc/pam_pkcs11/cacerts/
1181
1181
cd /etc/pam_pkcs11/cacerts
1182
1182
chmod a+r *
1183
 
make_hash_link.sh</userinput>
 
1183
pkcs11_make_hash_link</userinput>
1184
1184
</screen>
1185
1185
</para>
1186
1186
</sect2>