|
Revision 440, 0.9 KB
(checked in by aet, 7 years ago)
|
|
Update TODO and Changelog
'make dist' fixes
Add missing README for OpenSC-Signer
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
| Line | |
|---|
| 1 | |
|---|
| 2 | Introduction |
|---|
| 3 | ============ |
|---|
| 4 | |
|---|
| 5 | OpenSC Signer is a Netscape plugin that will generate digital signatures |
|---|
| 6 | using facilities on PKI-capable smartcards. |
|---|
| 7 | |
|---|
| 8 | |
|---|
| 9 | Building and Installing libopensc |
|---|
| 10 | ================================= |
|---|
| 11 | |
|---|
| 12 | You should specify your plugin directory with: |
|---|
| 13 | $ configure --with-plugin-dir=<directory> |
|---|
| 14 | |
|---|
| 15 | Common plugin directories are /usr/lib/mozilla/plugins and |
|---|
| 16 | /usr/lib/netscape/plugins. |
|---|
| 17 | |
|---|
| 18 | See the INSTALL file for more instructions. |
|---|
| 19 | |
|---|
| 20 | NOTE: PIN code dialog is done through libassuan from Project Ägypten. |
|---|
| 21 | If you don't have it installed already, download it from the link |
|---|
| 22 | below. |
|---|
| 23 | |
|---|
| 24 | |
|---|
| 25 | Troubleshooting |
|---|
| 26 | =============== |
|---|
| 27 | |
|---|
| 28 | A mailing-list has been set up for support and discussion about the |
|---|
| 29 | OpenSC project. Additional info is available at the OpenSC web site. |
|---|
| 30 | |
|---|
| 31 | |
|---|
| 32 | Resources |
|---|
| 33 | ========= |
|---|
| 34 | |
|---|
| 35 | OpenSC web site: |
|---|
| 36 | http://www.opensc.org/ |
|---|
| 37 | |
|---|
| 38 | Information about Assuan and project Ägypten: |
|---|
| 39 | http://www.gnupg.org/aegypten/ |
|---|