Home
last modified time | relevance | path

Searched refs:dir (Results 1 – 3 of 3) sorted by relevance

/apps/
A Dversion.c52 int cflags = 0, version = 0, date = 0, options = 0, platform = 0, dir = 0; in version_main() local
76 dirty = dir = 1; in version_main()
109 = dir = engdir = moddir = cpuinfo in version_main()
136 if (dir) in version_main()
A Dopenssl-vms.cnf82 dir = sys\$disk:[.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
[all …]
A Dopenssl.cnf82 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
[all …]

Completed in 7 milliseconds