Skip to content

Commit

Permalink
Document serial_hex parameter addition in openssl_csr_sign (#4316)
Browse files Browse the repository at this point in the history
bukka authored Dec 21, 2024
1 parent 969db61 commit 6338117
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions reference/openssl/functions/openssl-csr-sign.xml
Original file line number Diff line number Diff line change
@@ -86,6 +86,18 @@
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>serial_hex</parameter></term>
<listitem>
<para>
An optional hexadecimal string representing the serial number of the
issued certificate. If set, it takes precedence over the
<parameter>serial</parameter> parameter value. If not specified or set
to &null;, the <parameter>serial</parameter> parameter value is used
instead.
</para>
</listitem>
</varlistentry>
</variablelist>
</para>
</refsect1>
@@ -108,6 +120,12 @@
</row>
</thead>
<tbody>
<row>
<entry>8.4.0</entry>
<entry>
The <parameter>serial_hex</parameter> parameter is added.
</entry>
</row>
<row>
<entry>8.0.0</entry>
<entry>

0 comments on commit 6338117

Please sign in to comment.