Document -startdate and -enddate in usage summary.
authorBodo Möller <bodo@openssl.org>
Fri, 17 Sep 1999 16:35:29 +0000 (16:35 +0000)
committerBodo Möller <bodo@openssl.org>
Fri, 17 Sep 1999 16:35:29 +0000 (16:35 +0000)
apps/ca.c

index 63cd7a1965f22749fab709303e6867357ccf6182..d12530ad98919fd1845a9a4a3ca0599d7e51440b 100644 (file)
--- a/apps/ca.c
+++ b/apps/ca.c
@@ -147,6 +147,8 @@ static char *ca_usage[]={
 " -gencrl         - Generate a new CRL\n",
 " -crldays days   - Days is when the next CRL is due\n",
 " -crlhours hours - Hours is when the next CRL is due\n",
 " -gencrl         - Generate a new CRL\n",
 " -crldays days   - Days is when the next CRL is due\n",
 " -crlhours hours - Hours is when the next CRL is due\n",
+" -startdate YYMMDDHHMMSSZ  - certificate validity notBefore\n",
+" -enddate YYMMDDHHMMSSZ    - certificate validity notAfter (overrides -days)\n",
 " -days arg       - number of days to certify the certificate for\n",
 " -md arg         - md to use, one of md2, md5, sha or sha1\n",
 " -policy arg     - The CA 'policy' to support\n",
 " -days arg       - number of days to certify the certificate for\n",
 " -md arg         - md to use, one of md2, md5, sha or sha1\n",
 " -policy arg     - The CA 'policy' to support\n",