support of crlnumber in research and sales CAs
This commit is contained in:
@@ -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
|
certificate = $dir/researchCert.pem # The CA certificate
|
||||||
serial = $dir/serial # The current serial number
|
serial = $dir/serial # The current serial number
|
||||||
crl = $dir/crl.pem # The current CRL
|
crl = $dir/crl.pem # The current CRL
|
||||||
|
crlnumber = $dir/crlnumber # The current CRL serial number
|
||||||
private_key = $dir/researchKey.pem # The private key
|
private_key = $dir/researchKey.pem # The private key
|
||||||
RANDFILE = $dir/.rand # private random number file
|
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
|
certificate = $dir/salesCert.pem # The CA certificate
|
||||||
serial = $dir/serial # The current serial number
|
serial = $dir/serial # The current serial number
|
||||||
crl = $dir/crl.pem # The current CRL
|
crl = $dir/crl.pem # The current CRL
|
||||||
|
crlnumber = $dir/crlnumber # The current CRL serial number
|
||||||
private_key = $dir/salesKey.pem # The private key
|
private_key = $dir/salesKey.pem # The private key
|
||||||
RANDFILE = $dir/.rand # private random number file
|
RANDFILE = $dir/.rand # private random number file
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user