]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
not PIN code, pass phrase
authorDaniel Stenberg <daniel@haxx.se>
Wed, 30 Jun 2004 11:34:57 +0000 (11:34 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 30 Jun 2004 11:34:57 +0000 (11:34 +0000)
docs/TheArtOfHttpScripting

index 1499df0ead9b4789125a623425785f2ff3850e8b..01ece3c54d7a8d93883c6e3d0dd345ffaff2d4b8 100644 (file)
@@ -370,11 +370,11 @@ Version: 0.6
 
   In the HTTPS world, you use certificates to validate that you are the one
   you you claim to be, as an addition to normal passwords. Curl supports
-  client-side certificates. All certificates are locked with a PIN-code, why
-  you need to enter the unlock-code before the certificate can be used by
-  curl. The PIN-code can be specified on the command line or if not, entered
-  interactively when curl queries for it. Use a certificate with curl on a
-  HTTPS server like:
+  client-side certificates. All certificates are locked with a pass phrase,
+  which you need to enter before the certificate can be used by curl. The pass
+  phrase can be specified on the command line or if not, entered interactively
+  when curl queries for it. Use a certificate with curl on a HTTPS server
+  like:
 
         curl -E mycert.pem https://that.secure.server.com