not PIN code, pass phrase

This commit is contained in:
Daniel Stenberg 2004-06-30 11:34:57 +00:00
parent c7a9e07909
commit c14650caec
1 changed files with 5 additions and 5 deletions

View File

@ -370,11 +370,11 @@ Version: 0.6
In the HTTPS world, you use certificates to validate that you are the one 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 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 client-side certificates. All certificates are locked with a pass phrase,
you need to enter the unlock-code before the certificate can be used by which you need to enter before the certificate can be used by curl. The pass
curl. The PIN-code can be specified on the command line or if not, entered phrase can be specified on the command line or if not, entered interactively
interactively when curl queries for it. Use a certificate with curl on a when curl queries for it. Use a certificate with curl on a HTTPS server
HTTPS server like: like:
curl -E mycert.pem https://that.secure.server.com curl -E mycert.pem https://that.secure.server.com