Skip to content

Commit

Permalink
RT3511: doc fix; req default serial is random
Browse files Browse the repository at this point in the history
RT842, closed back in 2004, changed the default serial number
to be a random number rather than zero.  Finally time to update
the doc

Reviewed-by: Tim Hudson <tjh@openssl.org>
(cherry picked from commit 3aba132)
  • Loading branch information
AdamWill authored and Rich Salz committed Sep 1, 2014
1 parent 770b98d commit 157c345
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/apps/req.pod
Original file line number Diff line number Diff line change
Expand Up @@ -235,8 +235,8 @@ this option outputs a self signed certificate instead of a certificate
request. This is typically used to generate a test certificate or
a self signed root CA. The extensions added to the certificate
(if any) are specified in the configuration file. Unless specified
using the B<set_serial> option B<0> will be used for the serial
number.
using the B<set_serial> option, a large random number will be used for
the serial number.

=item B<-days n>

Expand Down

0 comments on commit 157c345

Please sign in to comment.