summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSnack Bandit <snackbandit@users.noreply.github.com>2013-08-27 19:51:18 +0100
committerSnack Bandit <snackbandit@users.noreply.github.com>2013-08-27 19:51:18 +0100
commitec7acbaec778b5310261b44bad03fe11f6495b36 (patch)
tree03daa51dbcfb2d1de7d5d152d738cf4ca85d54a5
parent664a76d17f50e3dc1316782aa2fa199d414a5a4a (diff)
downloadbundler-ec7acbaec778b5310261b44bad03fe11f6495b36.tar.gz
Last time, getting the wording right.
-rw-r--r--man/bundle-config.ronn6
1 files changed, 4 insertions, 2 deletions
diff --git a/man/bundle-config.ronn b/man/bundle-config.ronn
index af9d85ff40..bae5083efa 100644
--- a/man/bundle-config.ronn
+++ b/man/bundle-config.ronn
@@ -93,9 +93,11 @@ learn more about their operation in [bundle install(1)][bundle-install].
will search up from the current working directory until it finds a
`Gemfile`.
* `ssl_ca_cert`:
- Path to a designated CA certificate file in PEM format.
+ Path to a designated CA certificate file or folder containing multiple
+ certificates for trusted CAs in PEM format.
* `ssl_client_cert`:
- Path to a designated X.509 client certificate and key in PEM format.
+ Path to a designated file containing a X.509 client certificate
+ and key in PEM format.
In general, you should set these settings per-application by using the applicable
flag to the [bundle install(1)][bundle-install] command.