Lines Matching refs:dir
82 dir = ./demoCA # Where everything is kept
83 certs = $dir/certs # Where the issued certs are kept
84 crl_dir = $dir/crl # Where the issued crl are kept
85 database = $dir/index.txt # database index file.
88 new_certs_dir = $dir/newcerts # default place for new certs.
90 certificate = $dir/cacert.pem # The CA certificate
91 serial = $dir/serial # The current serial number
92 crlnumber = $dir/crlnumber # the current crl number
94 crl = $dir/crl.pem # The current CRL
95 private_key = $dir/private/cakey.pem# The private key
312 dir = ./demoCA # TSA root directory
313 serial = $dir/tsaserial # The current serial number (mandatory)
315 signer_cert = $dir/tsacert.pem # The TSA signing certificate
317 certs = $dir/cacert.pem # Certificate chain to include in reply
319 signer_key = $dir/private/tsakey.pem # The TSA private key (optional)