Searched refs:dir (Results 1 – 3 of 3) sorted by relevance
52 int cflags = 0, version = 0, date = 0, options = 0, platform = 0, dir = 0; in version_main() local76 dirty = dir = 1; in version_main()109 = dir = engdir = moddir = cpuinfo in version_main()136 if (dir) in version_main()
82 dir = sys\$disk:[.demoCA # Where everything is kept83 certs = $dir.certs] # Where the issued certs are kept84 crl_dir = $dir.crl] # Where the issued crl are kept85 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 certificate91 serial = $dir]serial. # The current serial number92 crlnumber = $dir]crlnumber. # the current crl number94 crl = $dir]crl.pem # The current CRL95 private_key = $dir.private]cakey.pem # The private key[all …]
82 dir = ./demoCA # Where everything is kept83 certs = $dir/certs # Where the issued certs are kept84 crl_dir = $dir/crl # Where the issued crl are kept85 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 certificate91 serial = $dir/serial # The current serial number92 crlnumber = $dir/crlnumber # the current crl number94 crl = $dir/crl.pem # The current CRL95 private_key = $dir/private/cakey.pem # The private key[all …]
Completed in 7 milliseconds