Skip to content

Commit d0389f6

Browse files
committed
fixed another SubjectAltName/subjectAltName mixup
1 parent f3d9898 commit d0389f6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/server/plugins/generators/sslca.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ Example
156156
.. code-block:: xml
157157
158158
<CertInfo>
159-
<SubjectAltName>test.example.com</SubjectAltName>
159+
<subjectAltName>test.example.com</subjectAltName>
160160
<Group name="apache">
161161
<Cert key="/etc/pki/tls/private/foo.key" days="730"/>
162162
</Group>

0 commit comments

Comments
 (0)