Home
last modified time | relevance | path

Searched refs:certificate (Results 1 – 25 of 51) sorted by relevance

123

/expo/docs/pages/eas-update/
H A Dcode-signing.mdx20 Generate a private key and corresponding code signing certificate for your app:
26 ' --certificate-output-directory certs \\',
27 ' --certificate-validity-duration-years 10 \\',
28 ' --certificate-common-name "My App"',
30 …e --key-output-directory keys --certificate-output-directory certs --certificate-validity-duration…
48 ' --certificate-input-directory certs \\',
74 signature. The update is applied if the certificate and signature are valid, and rejected
83certificate-validity-duration-years` to 10 years (though it can be configured to any value). This …
89 1. Backup the old key and certificate that were generated in step (1) above.
91 3. The certificate is part of the app's runtime, so a new runtime version should be set for builds …
[all …]
/expo/packages/@expo/cli/src/run/ios/codeSigning/
H A DSecurity.ts86 const certificate = await getCertificateForSigningIdAsync(signingCertificateId); constant
89 codeSigningInfo: certificate.subject.getField('CN')?.value,
90 appleTeamName: certificate.subject.getField('O')?.value,
91 appleTeamId: certificate.subject.getField('OU')?.value,
/expo/docs/pages/app-signing/
H A Dapp-credentials.mdx18 Google requires all Android apps to be digitally signed with a certificate before they are installe…
19 a private key and its public certificate are stored in a keystore. In the past, APKs uploaded to th…
20 the **app signing certificate** (a certificate that will be attached to the app in the Play Store),…
21certificate**, and Google Play will automatically replace it with the **app signing certificate**.…
23 …ere is no difference between whether an app is signed with an **upload certificate** or an **app s…
57 2. Use `keytool` to export the certificate:
72 …e. Note that Google will set the validity start date of the new upload certificate to 72 hours in …
88 ### Distribution certificate
90 … distribution certificate is all about you, the developer, and not about any particular app. You m…
91certificate will be used for all of your apps. If this certificate expires, your apps in productio…
[all …]
H A Dexisting-credentials.mdx9 …o your keystore (Android) and/or provisioning profile and distribution certificate (iOS), along wi…
H A Dmanaged-credentials.mdx6 …digitally signed with credentials such as a keystore or a distribution certificate. This certifies…
16 Generating your iOS credentials (distribution certificate, provisioning profile, and push key) requ…
/expo/packages/expo-updates/cli/__tests__/
H A Dgenerate-test.ts52 const certificate = convertCertificatePEMToCertificate(certificatePEM); constant
55 expect(() => validateSelfSignedCertificate(certificate, keyPair)).not.toThrow();
H A Dconfigure-test.ts34 const certificate = generateSelfSignedCodeSigningCertificate({ constant
42 const certificatePEM = convertCertificateToCertificatePEM(certificate);
/expo/packages/expo-updates/cli/
H A DconfigureCodeSigningAsync.ts28 const certificate = convertCertificatePEMToCertificate(certificatePEM); constant
30 validateSelfSignedCertificate(certificate, keyPair);
H A DgenerateCodeSigningAsync.ts42 const certificate = generateSelfSignedCodeSigningCertificate({ constant
50 const certificatePEM = convertCertificateToCertificatePEM(certificate);
/expo/packages/@expo/cli/src/utils/__tests__/fixtures/
H A Dcertificates.ts2 certificate: `-----BEGIN CERTIFICATE-----
/expo/packages/@expo/cli/src/utils/
H A Dcodesigning.ts314 const certificate = convertCertificatePEMToCertificate(codeSigningCertificatePEM); constant
315 validateSelfSignedCertificate(certificate, {
316 publicKey: certificate.publicKey as PKI.rsa.PublicKey,
421 const certificate = convertCertificatePEMToCertificate(codeSigningInfo.certificateForPrivateKey); constant
424 certificate,
/expo/packages/expo-updates/ios/EXUpdates/ASN1Decoder/
H A DREADME.md35 ### Parse a DER/PEM X.509 certificate
133 To extract the public key from your certificate with openssl use this command line
136 openssl x509 -modulus -noout < certificate.cer
H A DPKCS7.swift56 public var certificate: X509Certificate? { variable
/expo/ios/versioned/sdk49/EXUpdates/EXUpdates/AppLoader/
H A DCrypto.swift14 case certificate
20 case .certificate: in beginBlock()
29 case .certificate: in endBlock()
/expo/packages/expo-updates/ios/EXUpdates/AppLoader/
H A DCrypto.swift13 case certificate
19 case .certificate: in beginBlock()
28 case .certificate: in endBlock()
/expo/docs/pages/guides/
H A Dgoogle-authentication.mdx32 …you to sign your app with the required certificates, such as the SHA-1 certificate fingerprint, wh…
43 Once you've uploaded your app, you can provide an SHA-1 certificate fingerprint value when asked wh…
45 …nd the SHA-1 certificate fingerprint in the Google Play Console under **Release** > **Setup** > **…
46 …the SHA-1 certificate fingerprint in the Google Play Console under **Release** > **Setup** > **App…
H A Dfacebook-authentication.mdx55certificate fingerprint from **Release** > **Setup** > **App Integrity** > **App signing key certi…
/expo/packages/@expo/cli/src/utils/__tests__/__snapshots__/
H A Dcodesigning-test.ts.snap3 …igningInfoAsync expo-root keyid requested online normal case gets a development certificate 1`] = `
108 …s[`getCodeSigningInfoAsync non expo-root certificate keyid requested normal case gets the configur…
/expo/packages/@expo/cli/src/utils/__tests__/
H A Dcodesigning-test.ts172 'certs/cert.pem': mockSelfSigned.certificate,
271 certificateForPrivateKey: mockSelfSigned.certificate,
/expo/apps/test-suite/
H A DREADME.md8certificate error occurred when fetching the script.` thrown which may randomly break tests. This …
/expo/docs/pages/archive/technical-specs/
H A Dexpo-updates-0.mdx98 …he key the server used to sign the response. The client SHOULD use the certificate that matches th…
99 …SHOULD use this field only if it matches the algorithm defined for the certificate matching `keyid…
233certificate before it is used or any corresponding assets are downloaded. The client MUST verify t…
/expo/docs/pages/technical-specs/
H A Dexpo-updates-1.mdx109 …he key the server used to sign the response. The client SHOULD use the certificate that matches th…
110 …SHOULD use this field only if it matches the algorithm defined for the certificate matching `keyid…
262certificate before it is used or any corresponding manifest assets are downloaded. The client MUST…
/expo/docs/pages/versions/unversioned/sdk/
H A Dmap-view.mdx73 #### Copy your app's SHA-1 certificate fingerprint
80 - Copy the value of **SHA-1 certificate fingerprint**.
104 - Then, add the **SHA-1 certificate fingerprint's** value from step 2.
/expo/docs/pages/versions/v48.0.0/sdk/
H A Dmap-view.mdx73 #### Copy your app's SHA-1 certificate fingerprint
80 - Copy the value of **SHA-1 certificate fingerprint**.
104 - Then, add the **SHA-1 certificate fingerprint's** value from step 2.
/expo/docs/pages/versions/v49.0.0/sdk/
H A Dmap-view.mdx73 #### Copy your app's SHA-1 certificate fingerprint
80 - Copy the value of **SHA-1 certificate fingerprint**.
104 - Then, add the **SHA-1 certificate fingerprint's** value from step 2.

123