Home
last modified time | relevance | path

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

/expo/packages/expo-updates/cli/
H A DgenerateCodeSigningAsync.ts17 certificateOutput: string;
23 { certificateValidityDurationYears, keyOutput, certificateOutput, certificateCommonName }: Options
27 const certificateOutputDir = path.resolve(projectRoot, certificateOutput);
63 … expo-updates codesigning:configure --certificate-input-directory=${certificateOutput} --key-input…
H A DgenerateCodeSigning.ts46 const certificateOutput = requireArg(args, '--certificate-output-directory'); constant
56 certificateOutput,
/expo/packages/expo-updates/cli/__tests__/
H A Dgenerate-test.ts31 certificateOutput: 'certificates',