-CAserial does take a filename argument.
PR: 332
This commit is contained in:
parent
6cd58c0c35
commit
cba9cbaf31
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@ static char *x509_usage[]={
|
|||
" -CAkey arg - set the CA key, must be PEM format\n",
|
||||
" missing, it is assumed to be in the CA file.\n",
|
||||
" -CAcreateserial - create serial number file if it does not exist\n",
|
||||
" -CAserial - serial file\n",
|
||||
" -CAserial arg - serial file\n",
|
||||
" -text - print the certificate in text form\n",
|
||||
" -C - print out C code forms\n",
|
||||
" -md2/-md5/-sha1/-mdc2 - digest to use\n",
|
||||
|
|
Loading…
Reference in a new issue