summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSnack Bandit <snackbandit@users.noreply.github.com>2013-08-27 19:55:04 +0100
committerSnack Bandit <snackbandit@users.noreply.github.com>2013-08-27 19:55:04 +0100
commitd6eb8359dd85d9b4ec985d7f95fd8481984bf1ce (patch)
tree1e9f1f914773e0427f67598fa1f58e08fdfb45e4
parentdfe2cb77188bb82c72c911e6e7fda9c338baa3ae (diff)
downloadbundler-d6eb8359dd85d9b4ec985d7f95fd8481984bf1ce.tar.gz
Helps if I also document the environment vars...
-rw-r--r--man/bundle-config.ronn4
1 files changed, 2 insertions, 2 deletions
diff --git a/man/bundle-config.ronn b/man/bundle-config.ronn
index bae5083efa..37f9fffef6 100644
--- a/man/bundle-config.ronn
+++ b/man/bundle-config.ronn
@@ -92,10 +92,10 @@ learn more about their operation in [bundle install(1)][bundle-install].
relative paths in the `Gemfile`, among other things. By default, bundler
will search up from the current working directory until it finds a
`Gemfile`.
-* `ssl_ca_cert`:
+* `ssl_ca_cert` (`BUNDLE_SSL_CA_CERT`):
Path to a designated CA certificate file or folder containing multiple
certificates for trusted CAs in PEM format.
-* `ssl_client_cert`:
+* `ssl_client_cert` (`BUNDLE_SSL_CLIENT_CERT`):
Path to a designated file containing a X.509 client certificate
and key in PEM format.