From 87c1e167fb669a1f19214916422be58a9b13db33 Mon Sep 17 00:00:00 2001 From: Sol Jerome Date: Fri, 31 Aug 2012 16:58:48 -0500 Subject: doc: Fix code-block directive Signed-off-by: Sol Jerome --- doc/server/plugins/generators/sslca.txt | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'doc') 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/ -- cgit v1.2.3-1-g7c22