support of crlnumber in research and sales CAs

This commit is contained in:
Andreas Steffen
2007-05-18 12:24:50 +00:00
parent 162f1b7056
commit a11cd0a102
6 changed files with 6 additions and 0 deletions
@@ -0,0 +1 @@
03
@@ -0,0 +1 @@
02
@@ -34,6 +34,7 @@ new_certs_dir = $dir/newcerts # default place for new certs.
certificate = $dir/researchCert.pem # The CA certificate
serial = $dir/serial # The current serial number
crl = $dir/crl.pem # The current CRL
crlnumber = $dir/crlnumber # The current CRL serial number
private_key = $dir/researchKey.pem # The private key
RANDFILE = $dir/.rand # private random number file
@@ -0,0 +1 @@
05
@@ -0,0 +1 @@
O4
@@ -34,6 +34,7 @@ new_certs_dir = $dir/newcerts # default place for new certs.
certificate = $dir/salesCert.pem # The CA certificate
serial = $dir/serial # The current serial number
crl = $dir/crl.pem # The current CRL
crlnumber = $dir/crlnumber # The current CRL serial number
private_key = $dir/salesKey.pem # The private key
RANDFILE = $dir/.rand # private random number file