projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c5aba56
)
Add documentation for the new crlnumber configuration option.
author
Richard Levitte
<levitte@openssl.org>
Thu, 19 Jun 2003 17:52:57 +0000
(17:52 +0000)
committer
Richard Levitte
<levitte@openssl.org>
Thu, 19 Jun 2003 17:52:57 +0000
(17:52 +0000)
doc/apps/ca.pod
patch
|
blob
|
history
diff --git
a/doc/apps/ca.pod
b/doc/apps/ca.pod
index 7cc9c5c5f47de4d9c73380a3c1473b1f3d7be947..e2a4591a14be680c014df56fbb4dd88f3d751207 100644
(file)
--- a/
doc/apps/ca.pod
+++ b/
doc/apps/ca.pod
@@
-389,6
+389,12
@@
the B<-selfsign> command line option.
a text file containing the next serial number to use in hex. Mandatory.
This file must be present and contain a valid serial number.
+=item B<crlnumber>
+
+a text file containing the next CRL number to use in hex. The crl number
+will be inserted in the CRLs only if this file exists. If this file is
+present, it must contain a valid CRL number.
+
=item B<x509_extensions>
the same as B<-extensions>.