Home
last modified time | relevance | path

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

/expo/packages/expo-updates/cli/
H A DgenerateCodeSigning.ts51 const certificateCommonName = requireArg(args, '--certificate-common-name'); constant
57 certificateCommonName,
H A DgenerateCodeSigningAsync.ts18 certificateCommonName: string;
23 { certificateValidityDurationYears, keyOutput, certificateOutput, certificateCommonName }: Options
46 commonName: certificateCommonName,
/expo/packages/expo-updates/cli/__tests__/
H A Dgenerate-test.ts34 certificateCommonName: 'hello',