Home
last modified time | relevance | path

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

/expo/packages/expo-updates/cli/
H A DgenerateCodeSigningAsync.ts28 const keyOutputDir = path.resolve(projectRoot, keyOutput); constant
29 await Promise.all([ensureDirAsync(certificateOutputDir), ensureDirAsync(keyOutputDir)]);
33 fs.readdir(keyOutputDir),
53 fs.writeFile(path.join(keyOutputDir, 'public-key.pem'), keyPairPEM.publicKeyPEM),
54 fs.writeFile(path.join(keyOutputDir, 'private-key.pem'), keyPairPEM.privateKeyPEM),
59 …`Generated public and private keys output in ${keyOutputDir}. Remember to add them to .gitignore o…