summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSnack Bandit <snackbandit@users.noreply.github.com>2013-08-27 19:46:10 +0100
committerSnack Bandit <snackbandit@users.noreply.github.com>2013-08-27 19:46:10 +0100
commit664a76d17f50e3dc1316782aa2fa199d414a5a4a (patch)
treed4890d09fb642e69a698ac0ac4489c59d5db7d4b
parent17fcc12c34514f345ab8513ea93b1a6cd1922b5c (diff)
downloadbundler-664a76d17f50e3dc1316782aa2fa199d414a5a4a.tar.gz
Clarifying docs that client cert also should have key
-rw-r--r--man/bundle-config.ronn2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/bundle-config.ronn b/man/bundle-config.ronn
index bc0c034728..af9d85ff40 100644
--- a/man/bundle-config.ronn
+++ b/man/bundle-config.ronn
@@ -95,7 +95,7 @@ learn more about their operation in [bundle install(1)][bundle-install].
* `ssl_ca_cert`:
Path to a designated CA certificate file in PEM format.
* `ssl_client_cert`:
- Path to a designated X.509 client certificate in PEM format.
+ Path to a designated 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.