Searched refs:keyOutputDir (Results 1 – 1 of 1) sorted by relevance
28 const keyOutputDir = path.resolve(projectRoot, keyOutput); constant29 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…