Home
last modified time | relevance | path

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

/expo/packages/@expo/cli/src/utils/
H A Dcodesigning.ts393 const [developmentSigningCertificate, expoGoIntermediateCertificate] = await Promise.all([ constant
402 certificateChain: [developmentSigningCertificate, expoGoIntermediateCertificate],
407 certificateChainForResponse: [developmentSigningCertificate, expoGoIntermediateCertificate],
408 certificateForPrivateKey: developmentSigningCertificate,