summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>1999-09-17 16:35:29 +0000
committerBodo Möller <bodo@openssl.org>1999-09-17 16:35:29 +0000
commit9a0f732d75b438752a0b2508732791e296caf304 (patch)
tree3ce5bcfa573b009b46be416912943dd24853b558 /apps
parentd79812b0fa15a5e0a1ffbe5ddb11be5f2916242d (diff)
Document -startdate and -enddate in usage summary.
Diffstat (limited to 'apps')
-rw-r--r--apps/ca.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/ca.c b/apps/ca.c
index 63cd7a1965..d12530ad98 100644
--- 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",
+" -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",