summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris St. Pierre <chris.a.st.pierre@gmail.com>2013-04-09 10:44:27 -0400
committerChris St. Pierre <chris.a.st.pierre@gmail.com>2013-04-09 10:44:27 -0400
commitd0389f6744b748a3b87b4a5d49d3132269780741 (patch)
tree6fd79fe184c9295f669f7107176c20e443644c40
parentf3d9898cf7040132bda3936844050dd98ba599f6 (diff)
downloadbcfg2-d0389f6744b748a3b87b4a5d49d3132269780741.tar.gz
bcfg2-d0389f6744b748a3b87b4a5d49d3132269780741.tar.bz2
bcfg2-d0389f6744b748a3b87b4a5d49d3132269780741.zip
fixed another SubjectAltName/subjectAltName mixup
-rw-r--r--doc/server/plugins/generators/sslca.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/server/plugins/generators/sslca.txt b/doc/server/plugins/generators/sslca.txt
index cab7eb233..7ef358a31 100644
--- a/doc/server/plugins/generators/sslca.txt
+++ b/doc/server/plugins/generators/sslca.txt
@@ -156,7 +156,7 @@ Example
.. code-block:: xml
<CertInfo>
- <SubjectAltName>test.example.com</SubjectAltName>
+ <subjectAltName>test.example.com</subjectAltName>
<Group name="apache">
<Cert key="/etc/pki/tls/private/foo.key" days="730"/>
</Group>