Skip to content

Commit

Permalink
Describe how to handle encrypted certificates
Browse files Browse the repository at this point in the history
  • Loading branch information
mgdm committed Dec 4, 2013
1 parent fddbc19 commit f448675
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@ Define the Certificate Authority certificates to be trusted (ie. the server
certificate must be signed with one of these certificates) using cafile.
If the server you are connecting to requires clients to provide a certificate,
define certfile and keyfile with your client certificate and private key. If
your private key is encrypted, provide a password callback function or you will
have to enter the password at the command line.
your private key is encrypted, provide the password as the fourth parameter, or
you will have to enter the password at the command line.

| Parameter | Type | Description |
| --- | --- | ---- |
Expand Down

0 comments on commit f448675

Please sign in to comment.