From 1999c74bba44c20c37c70d93245e02305a44652a Mon Sep 17 00:00:00 2001 From: Sol Jerome Date: Sat, 10 Apr 2010 16:20:14 -0500 Subject: doc: Style consistency updates Signed-off-by: Sol Jerome --- doc/unsorted/ssl.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/unsorted/ssl.txt') 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 `, which was generated using the following:: -- cgit v1.2.3-1-g7c22