summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorSol Jerome <sol.jerome@gmail.com>2012-08-31 16:58:48 -0500
committerSol Jerome <sol.jerome@gmail.com>2012-08-31 16:58:48 -0500
commit87c1e167fb669a1f19214916422be58a9b13db33 (patch)
treeff3e444483c9e050ee3a8effd4528da2ea08092b /doc
parent205f9ea38fba73985035d727c4fe78978a25dcf2 (diff)
downloadbcfg2-87c1e167fb669a1f19214916422be58a9b13db33.tar.gz
bcfg2-87c1e167fb669a1f19214916422be58a9b13db33.tar.bz2
bcfg2-87c1e167fb669a1f19214916422be58a9b13db33.zip
doc: Fix code-block directive
Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/server/plugins/generators/sslca.txt6
1 files changed, 2 insertions, 4 deletions
diff --git a/doc/server/plugins/generators/sslca.txt b/doc/server/plugins/generators/sslca.txt
index 7b834d3bd..36245cbf5 100644
--- a/doc/server/plugins/generators/sslca.txt
+++ b/doc/server/plugins/generators/sslca.txt
@@ -180,15 +180,13 @@ paths should be adjusted to suite your preferences.
supply a passphrase, and some organizational info. The most
important bit is **Common Name** which you should set to be the
hostname of your bcfg2 server that your clients will see when doing
- a reverse DNS query on it's ip address.
-
-.. code-block::
+ a reverse DNS query on it's ip address.::
openssl req -new -x509 -extensions v3_ca -keyout bcfg2ca.key \
-out bcfg2ca.crt -days 3650
#. Move the generated cert and key to the locations specified in
- ``openssl.cnf``::
+ ``openssl.cnf``::
mv bcfg2ca.key /etc/pki/CA/private/
mv bcfg2ca.crt /etc/pki/CA/certs/