diff options
Diffstat (limited to 'openssl/doc/apps/req.pod')
-rw-r--r-- | openssl/doc/apps/req.pod | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/openssl/doc/apps/req.pod b/openssl/doc/apps/req.pod index 0730d117b..df68cb092 100644 --- a/openssl/doc/apps/req.pod +++ b/openssl/doc/apps/req.pod @@ -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> |