summaryrefslogtreecommitdiffstats
path: root/doc/unsorted/ssl.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/unsorted/ssl.txt')
-rw-r--r--doc/unsorted/ssl.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/unsorted/ssl.txt b/doc/unsorted/ssl.txt
index 919f7ea71..91b62ca59 100644
--- a/doc/unsorted/ssl.txt
+++ b/doc/unsorted/ssl.txt
@@ -14,7 +14,7 @@ required. A central CA needs to be created, with each server and all
clients getting a signed cert. See [wiki:Authentication] for details.
Setting up keys is accomplished with three settings, each in the
-"`[communication]`" section of bcfg2.conf::
+"`[communication]`" section of ``bcfg2.conf``::
key = /path/to/ssl private key
certificate = /path/to/signed cert for that key
@@ -27,7 +27,7 @@ Python SSL Backport Packaging
Both the Bcfg2 server and client are able to use the in-tree ssl module
included with python 2.6. The client is also able to still use M2Crypto. A
python ssl backport exists for 2.3, 2.4, and 2.5. With this, M2Crypto
-is not needed, and tlslite is no longer included with bcfg2 sources. See
+is not needed, and tlslite is no longer included with Bcfg2 sources. See
[wiki:Authentication] for details.
To build a package of the ssl backport for .deb based distributions
@@ -54,7 +54,7 @@ can be found in the `python-setuptools` package.::
.. note:: Version numbers for the SSL module have changed.
-For complete bcfg2 goodness, you'll also want to package stdeb using stdeb.
+For complete Bcfg2 goodness, you'll also want to package stdeb using stdeb.
The completed debian package can be grabbed from :download:`here
<python-stdeb_0.3-1_all.deb>`, which was generated using the following::