summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSol Jerome <sol.jerome@gmail.com>2012-12-03 20:29:08 -0600
committerSol Jerome <sol.jerome@gmail.com>2012-12-03 20:29:08 -0600
commitd052c66c5d5e561f2b5de4ebebd60dba7b78b1cc (patch)
tree32d6932bf43f5b957359e933b4d5b99e6b80f7b2
parent27e78da340bc259a723ceda74cd96b0d49117566 (diff)
downloadbcfg2-d052c66c5d5e561f2b5de4ebebd60dba7b78b1cc.tar.gz
bcfg2-d052c66c5d5e561f2b5de4ebebd60dba7b78b1cc.tar.bz2
bcfg2-d052c66c5d5e561f2b5de4ebebd60dba7b78b1cc.zip
doc: Fix indentation errors
Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
-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 85659982e..cabb4d730 100644
--- a/doc/server/plugins/generators/sslca.txt
+++ b/doc/server/plugins/generators/sslca.txt
@@ -150,7 +150,7 @@ honors ``Group`` and ``Client`` tags much like Bundler. It must have
a top-level ``CertInfo`` tag and can contain two types of tags:
Cert
-~~~~
+^^^^
The ``Cert`` tag explains how the certificate should be generated.
There should be at least one ``Cert`` tag, and at most one ``Cert``
@@ -195,14 +195,14 @@ tag should apply to any given client.
+--------------+------------------------------------------+---------+---------+
SubjectAltName
-~~~~~~~~~~~~~~
+^^^^^^^^^^^^^^
The ``SubjectAltName`` tag contains text giving a subject alternative
name for the certificate. Any number of ``SubjectAltName`` tags may
be used.
Example
-~~~~~~~
+^^^^^^^
.. code-block: xml
@@ -225,7 +225,7 @@ key.xml
tag that contains at least one ``Key`` tag.
Key
-~~~
+^^^
The ``Cert`` tag explains how the certificate should be generated.
There should be at least one ``Cert`` tag, and at most one ``Cert``
@@ -240,7 +240,7 @@ tag should apply to any given client.
+--------------+------------------------------------------+---------+---------+
Example
-~~~~~~~
+^^^^^^^
.. code-block: xml