Loading apps/ca.c +2 −1 Original line number Diff line number Diff line Loading @@ -194,7 +194,8 @@ OPTIONS ca_options[] = { {"spkac", OPT_SPKAC, '<', "File contains DN and signed public key and challenge"}, {"revoke", OPT_REVOKE, '<', "Revoke a cert (given in file)"}, {"valid", OPT_VALID, 's'}, {"valid", OPT_VALID, 's', "Add a Valid(not-revoked) DB entry about a cert (given in file)"}, {"extensions", OPT_EXTENSIONS, 's', "Extension section (override value in config file)"}, {"extfile", OPT_EXTFILE, '<', Loading doc/apps/ca.pod +5 −0 Original line number Diff line number Diff line Loading @@ -13,6 +13,7 @@ B<openssl> B<ca> [B<-name section>] [B<-gencrl>] [B<-revoke file>] [B<-valid file>] [B<-status serial>] [B<-updatedb>] [B<-crl_reason reason>] Loading Loading @@ -287,6 +288,10 @@ the number of hours before the next CRL is due. a filename containing a certificate to revoke. =item B<-valid filename> a filename containing a certificate to add a Valid certificate entry. =item B<-status serial> displays the revocation status of the certificate with the specified Loading Loading
apps/ca.c +2 −1 Original line number Diff line number Diff line Loading @@ -194,7 +194,8 @@ OPTIONS ca_options[] = { {"spkac", OPT_SPKAC, '<', "File contains DN and signed public key and challenge"}, {"revoke", OPT_REVOKE, '<', "Revoke a cert (given in file)"}, {"valid", OPT_VALID, 's'}, {"valid", OPT_VALID, 's', "Add a Valid(not-revoked) DB entry about a cert (given in file)"}, {"extensions", OPT_EXTENSIONS, 's', "Extension section (override value in config file)"}, {"extfile", OPT_EXTFILE, '<', Loading
doc/apps/ca.pod +5 −0 Original line number Diff line number Diff line Loading @@ -13,6 +13,7 @@ B<openssl> B<ca> [B<-name section>] [B<-gencrl>] [B<-revoke file>] [B<-valid file>] [B<-status serial>] [B<-updatedb>] [B<-crl_reason reason>] Loading Loading @@ -287,6 +288,10 @@ the number of hours before the next CRL is due. a filename containing a certificate to revoke. =item B<-valid filename> a filename containing a certificate to add a Valid certificate entry. =item B<-status serial> displays the revocation status of the certificate with the specified Loading