s/you you/you/ thanks to hexo6 at wp.pl

This commit is contained in:
Daniel Stenberg 2008-08-27 08:01:59 +00:00
parent 1056202b48
commit 6f53cf9cc6
1 changed files with 5 additions and 6 deletions

View File

@ -375,12 +375,11 @@ Date: May 28, 2008
11.1 Certificates 11.1 Certificates
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 claim to be, as an addition to normal passwords. Curl supports client-
client-side certificates. All certificates are locked with a pass phrase, side certificates. All certificates are locked with a pass phrase, which you
which you need to enter before the certificate can be used by curl. The pass need to enter before the certificate can be used by curl. The pass phrase
phrase can be specified on the command line or if not, entered interactively can be specified on the command line or if not, entered interactively when
when curl queries for it. Use a certificate with curl on a HTTPS server curl queries for it. Use a certificate with curl on a HTTPS server like:
like:
curl -E mycert.pem https://that.secure.server.com curl -E mycert.pem https://that.secure.server.com