Searched refs:certificateChainBody (Results 1 – 1 of 1) sorted by relevance
156 let certificateChainBody: string | null = null;168 certificateChainBody = codeSigningInfo.certificateChainForResponse.join('\n');178 certificateChainBody,229 certificateChainBody,233 certificateChainBody: string | null; property in ExpoGoManifestHandlerMiddleware242 if (certificateChainBody && certificateChainBody.length > 0) {243 form.append('certificate_chain', certificateChainBody, {