Document the -certopt option to the x509 utility.
[openssl.git] / apps / apps.c
index c2633b21e2247959c06797cbadc043a3a1786654..e4ca8b8ccdac17b992a3112d1bc3d69087215a15 100644 (file)
@@ -754,6 +754,7 @@ int set_cert_ex(unsigned long *flags, const char *arg)
                { "no_signame", X509_FLAG_NO_SIGNAME, 0},
                { "no_validity", X509_FLAG_NO_VALIDITY, 0},
                { "no_subject", X509_FLAG_NO_SUBJECT, 0},
+               { "no_issuer", X509_FLAG_NO_ISSUER, 0},
                { "no_pubkey", X509_FLAG_NO_PUBKEY, 0},
                { "no_extensions", X509_FLAG_NO_EXTENSIONS, 0},
                { "no_sigdump", X509_FLAG_NO_SIGDUMP, 0},