Skip to content

Commit df959ea

Browse files
committed
Removed links to wrong domain
1 parent c4749e9 commit df959ea

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

Quick-Start-with-OpenSC.textile

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ Some older card readers (or standalone USB tokens) use a nonstandard wire format
1313

1414
h2. Install OpenSC
1515

16-
For Mac OS X, download and install "SCA":http://www.opensc-project.org/sca/.
16+
For Mac OS X, download and install SCA.
1717

18-
For Windows, visit the "build project":http://www.opensc-project.org/build.
18+
For Windows, visit the build project.
1919

2020
For Linux, either use your distribution's package manager or [CompilingInstalling install from source].
2121

@@ -106,10 +106,10 @@ Private RSA Key [Private Key]
106106

107107
h2. Testing using OpenSSL
108108

109-
If you followed thus far, your token is now fitted with a private RSA key that it generated itself and never divulged to anybody (not even the host computer). Assuming "engine_pkcs11":http://www.opensc-project.org/engine_pkcs11/ is installed, we can use this key and openssl to create
109+
If you followed thus far, your token is now fitted with a private RSA key that it generated itself and never divulged to anybody (not even the host computer). Assuming engine_pkcs11 is installed, we can use this key and openssl to create
110110
a self signed certificate, still without divulging the key; the necessary cryptographic computations will occur on-token.
111111

112-
Let's start the OpenSSL interactive shell and load the "engine pkcs11":http://www.opensc-project.org/engine_pkcs11/ so that OpenSSL can ask the token to do the crypto (as opposed to doing it from your computer's CPU).
112+
Let's start the OpenSSL interactive shell and load the engine pkcs11 so that OpenSSL can ask the token to do the crypto (as opposed to doing it from your computer's CPU).
113113
* <b>Linux</b>: open a terminal and type this (skipping the prompts):
114114
<pre><code>$ openssl
115115
OpenSSL> engine dynamic -pre SO_PATH:/usr/lib/engines/engine_pkcs11.so -pre ID:pkcs11 -pre LIST_ADD:1 -pre LOAD -pre MODULE_PATH:opensc-pkcs11.so
@@ -193,8 +193,7 @@ h1. Now what?
193193

194194
You probably want to make your token work with other applications than `pkcs15-init` and OpenSSL: see [[Application Support|Using-smart-cards-with-applications]].
195195

196-
If you want to login to your computer with your smart card or crypto token, please note that OpenSC 0.10 does not include the pam module and the openssl engine any more. We suggest you install
197-
"libp11":http://www.opensc-project.org/libp11/, "engine_pkcs11":http://www.opensc-project.org/engine_pkcs11/ and one of "pam_p11":http://www.opensc-project.org/pam_p11/ (a simple authentication module) or pam_pkcs11":http://www.opensc-project.org/pam_pkcs11/ (a full featured authentication module).
196+
If you want to login to your computer with your smart card or crypto token, please note that OpenSC 0.10 does not include the pam module and the openssl engine any more. We suggest you install libp11, engine_pkcs11 and one of pam_p11 (a simple authentication module) or pam_pkcs11 (a full featured authentication module).
198197

199198
h1. Links
200199

0 commit comments

Comments
 (0)