Fix documentation error in x509 app certopt flag
authorMatt Caswell <matt@openssl.org>
Fri, 3 Jun 2016 20:49:01 +0000 (21:49 +0100)
committerMatt Caswell <matt@openssl.org>
Fri, 3 Jun 2016 22:22:22 +0000 (23:22 +0100)
commit46bad91986eb56f2beb9059e14fb4ee94c3f952a
tree027aeb161f4797cc3d97da00ec27573dce4ddbe8
parent96f1de5bf40af27db3df91c106d799fa86165eb9
Fix documentation error in x509 app certopt flag

According to the x509 man page in the section discussing -certopt it says
that the ca_default option is the same as that used by the ca utility and
(amongst other things) has the effect of suppressing printing of the
signature - but in fact it doesn't. This error seems to have been present
since the documentation was written back in 2001. It never had this effect.

The default config file sets the certopt value to ca_default. The ca utility
takes that and THEN adds additional options to suppress printing of the
signature. So the ca utility DOES suppress printing of the signature - but
it is not as a result of using the ca_default option.

GitHub Issue #247

Reviewed-by: Rich Salz <rsalz@openssl.org>
(cherry picked from commit 39a470088af6f833bd1a912908c44bf4a9f48b0c)
doc/apps/x509.pod