summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorSol Jerome <solj@ices.utexas.edu>2010-03-15 01:52:13 +0000
committerSol Jerome <solj@ices.utexas.edu>2010-03-18 22:04:25 -0500
commit98aae189f7e4e28518f9e8b34d1c06765fc93315 (patch)
tree8488d876ed5dbd8fe10201aee0482e8e06fffa33 /doc
parent340a80b2e6911ccbb296cfaba69fafc8a2400f6d (diff)
downloadbcfg2-98aae189f7e4e28518f9e8b34d1c06765fc93315.tar.gz
bcfg2-98aae189f7e4e28518f9e8b34d1c06765fc93315.tar.bz2
bcfg2-98aae189f7e4e28518f9e8b34d1c06765fc93315.zip
doc: Add client FAQ
Signed-off-by: Sol Jerome <solj@ices.utexas.edu> git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5779 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'doc')
-rw-r--r--doc/faq/client.txt15
-rw-r--r--doc/faq/index.txt1
2 files changed, 16 insertions, 0 deletions
diff --git a/doc/faq/client.txt b/doc/faq/client.txt
new file mode 100644
index 000000000..b54973a17
--- /dev/null
+++ b/doc/faq/client.txt
@@ -0,0 +1,15 @@
+.. _faq-client:
+
+FAQ: Client
+===========
+
+*No ca is specified. Cannot authenticate the server with SSL.* is repeated multiple times during a client run
+-------------------------------------------------------------------------------------------------------------
+
+This means that the client does not have a copy of the CA for the server,
+so it can't verify that it is talking to the right server. To fix this
+issue, copy ``/etc/bcfg2.crt`` from the server to ``/etc/bcfg2.ca``
+on the client. Then add the following on the client.::
+
+ [communication]
+ ca = /etc/bcfg2.ca
diff --git a/doc/faq/index.txt b/doc/faq/index.txt
index f24afc0a1..7f2024619 100644
--- a/doc/faq/index.txt
+++ b/doc/faq/index.txt
@@ -8,3 +8,4 @@ Bcfg2 FAQ
:maxdepth: 2
general
+ client