Searched refs:certPath (Results 1 – 3 of 3) sorted by relevance
17 process.env.SSL_CRT_FILE = tls.certPath;26 ): Promise<{ keyPath: string; certPath: string } | false> {39 const certPath = path.join(folder, `cert-${name}.pem`); constant42 await Promise.allSettled([fs.writeFile(keyPath, key), fs.writeFile(certPath, cert)]);46 certPath,
33 let certPath = bundle.path(forResource: name.rawValue, ofType: "pem")! in getTestCertificate() variable34 return try! String(contentsOfFile: certPath) in getTestCertificate()
46 certPath: '/.expo/tls/cert-localhost.pem',