Searched refs:certificateInputDir (Results 1 – 1 of 1) sorted by relevance
19 const certificateInputDir = path.resolve(projectRoot, certificateInput); constant23 fs.readFile(path.join(certificateInputDir, 'certificate.pem'), 'utf8'),35 codeSigningCertificate: `./${path.relative(projectRoot, certificateInputDir)}/certificate.pem`,