From 66c7654b45efa9895461981bd5cee5d1b6c78bc5 Mon Sep 17 00:00:00 2001 From: Max Voloshin Date: Sat, 13 Apr 2013 19:24:03 +0300 Subject: [PATCH] fix ssl options; add tips about ssl and ssh2 options --- doc/articles/handling-private-packages-with-satis.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/articles/handling-private-packages-with-satis.md b/doc/articles/handling-private-packages-with-satis.md index adbdc8f62..9702b55bd 100644 --- a/doc/articles/handling-private-packages-with-satis.md +++ b/doc/articles/handling-private-packages-with-satis.md @@ -113,6 +113,8 @@ Example using a custom repository using SSH (requires the SSH2 PECL extension): ] } +> **Tip:** See [ssh2 context options](http://www.php.net/manual/en/wrappers.ssh2.php#refsect1-wrappers.ssh2-options) for more information. + Example using HTTP over SSL using a client certificate: { @@ -122,13 +124,15 @@ Example using HTTP over SSL using a client certificate: "url": "https://example.org", "options": { "ssl": { - "cert_file": "/home/composer/.ssl/composer.pem", + "local_cert": "/home/composer/.ssl/composer.pem", } } } ] } +> **Tip:** See [ssl context options](http://www.php.net/manual/en/context.ssl.php) for more information. + ### Downloads When GitHub or BitBucket repositories are mirrored on your local satis, the build process will include