summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJake Davis <jake.davis@nasa.gov>2011-11-22 14:36:34 -0500
committerJake Davis <jake.davis@nasa.gov>2011-11-22 14:36:34 -0500
commitabec6d84060655052345233a6e27a4379995b103 (patch)
tree8b2202cf504abac2956dc374cad6070f7477b985 /doc
parentadb3ec0d46d3f1884c2788cdfb7950fcf93dbb29 (diff)
downloadbcfg2-abec6d84060655052345233a6e27a4379995b103.tar.gz
bcfg2-abec6d84060655052345233a6e27a4379995b103.tar.bz2
bcfg2-abec6d84060655052345233a6e27a4379995b103.zip
Fixed some doc typos in the SSLCA auth example.
Diffstat (limited to 'doc')
-rw-r--r--doc/server/plugins/generators/sslca.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/server/plugins/generators/sslca.txt b/doc/server/plugins/generators/sslca.txt
index fb8bdc0e2..8e33148cb 100644
--- a/doc/server/plugins/generators/sslca.txt
+++ b/doc/server/plugins/generators/sslca.txt
@@ -108,7 +108,7 @@ authenticate the bcfg2 client and server.
OpenSSL CA
----------
-If you already have an SSL CA available you can skip this section,
+If you already have a SSL CA available you can skip this section,
otherwise you can easily build one on the server using openssl. The
paths should be adjusted to suite your preferences.
@@ -191,9 +191,9 @@ Here's a more complete example bcfg2-client bundle:
<Service name='bcfg2'/>
<Group name='rpm'>
<Path name='/etc/sysconfig/bcfg2'/>
- <Path name='/etc/pki/tls/certs/bcfg2ca.crt' altsrc='/etc/ssl/certs/bcfg2ca.crt'/>
- <Path name='/etc/pki/tls/certs/bcfg2client.crt' altsrc='/etc/ssl/certs/bcfg2client.crt' />
- <Path name='/etc/pki/tls/private/bcfg2client.key' altsrc='/etc/ssl/private/bcfg2client.key'/>
+ <Path name='/etc/pki/tls/certs/bcfg2ca.crt'/>
+ <Path name='/etc/pki/tls/certs/bcfg2client.crt'/>
+ <Path name='/etc/pki/tls/private/bcfg2client.key'/>
</Group>
<Group name='deb'>
<Path name='/etc/default/bcfg2' altsrc='/etc/sysconfig/bcfg2'/>
@@ -211,7 +211,7 @@ The ``bcfg2.conf`` client config needs at least 5 parameters set for SSL auth.
#. ``key`` : This is the host specific key that SSLCA will generate.
#. ``certificate`` : This is the host specific cert that SSLCA will
generate.
-#. ``ca`` : This is a copy of you CA certificate. Not generated by SSLCA.
+#. ``ca`` : This is a copy of your CA certificate. Not generated by SSLCA.
#. ``user`` : Usually set to fqdn of client. This *shouldn't* be required
but is as of 1.2rc2. see: http://trac.mcs.anl.gov/projects/bcfg2/ticket/1019
#. ``password`` : Set to arbitrary string when using