| /expo/docs/pages/eas-update/ |
| H A D | code-signing.mdx | 20 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 83 …certificate-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 D | Security.ts | 86 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 D | app-credentials.mdx | 18 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),… 21 …certificate**, 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… 91 …certificate will be used for all of your apps. If this certificate expires, your apps in productio… [all …]
|
| H A D | existing-credentials.mdx | 9 …o your keystore (Android) and/or provisioning profile and distribution certificate (iOS), along wi…
|
| H A D | managed-credentials.mdx | 6 …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 D | generate-test.ts | 52 const certificate = convertCertificatePEMToCertificate(certificatePEM); constant 55 expect(() => validateSelfSignedCertificate(certificate, keyPair)).not.toThrow();
|
| H A D | configure-test.ts | 34 const certificate = generateSelfSignedCodeSigningCertificate({ constant 42 const certificatePEM = convertCertificateToCertificatePEM(certificate);
|
| /expo/packages/expo-updates/cli/ |
| H A D | configureCodeSigningAsync.ts | 28 const certificate = convertCertificatePEMToCertificate(certificatePEM); constant 30 validateSelfSignedCertificate(certificate, keyPair);
|
| H A D | generateCodeSigningAsync.ts | 42 const certificate = generateSelfSignedCodeSigningCertificate({ constant 50 const certificatePEM = convertCertificateToCertificatePEM(certificate);
|
| /expo/packages/@expo/cli/src/utils/__tests__/fixtures/ |
| H A D | certificates.ts | 2 certificate: `-----BEGIN CERTIFICATE-----
|
| /expo/packages/@expo/cli/src/utils/ |
| H A D | codesigning.ts | 314 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 D | README.md | 35 ### 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 D | PKCS7.swift | 56 public var certificate: X509Certificate? { variable
|
| /expo/ios/versioned/sdk49/EXUpdates/EXUpdates/AppLoader/ |
| H A D | Crypto.swift | 14 case certificate 20 case .certificate: in beginBlock() 29 case .certificate: in endBlock()
|
| /expo/packages/expo-updates/ios/EXUpdates/AppLoader/ |
| H A D | Crypto.swift | 13 case certificate 19 case .certificate: in beginBlock() 28 case .certificate: in endBlock()
|
| /expo/docs/pages/guides/ |
| H A D | google-authentication.mdx | 32 …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 D | facebook-authentication.mdx | 55 …certificate fingerprint from **Release** > **Setup** > **App Integrity** > **App signing key certi…
|
| /expo/packages/@expo/cli/src/utils/__tests__/__snapshots__/ |
| H A D | codesigning-test.ts.snap | 3 …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 D | codesigning-test.ts | 172 'certs/cert.pem': mockSelfSigned.certificate, 271 certificateForPrivateKey: mockSelfSigned.certificate,
|
| /expo/apps/test-suite/ |
| H A D | README.md | 8 …certificate error occurred when fetching the script.` thrown which may randomly break tests. This …
|
| /expo/docs/pages/archive/technical-specs/ |
| H A D | expo-updates-0.mdx | 98 …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… 233 …certificate before it is used or any corresponding assets are downloaded. The client MUST verify t…
|
| /expo/docs/pages/technical-specs/ |
| H A D | expo-updates-1.mdx | 109 …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… 262 …certificate before it is used or any corresponding manifest assets are downloaded. The client MUST…
|
| /expo/docs/pages/versions/unversioned/sdk/ |
| H A D | map-view.mdx | 73 #### 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 D | map-view.mdx | 73 #### 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 D | map-view.mdx | 73 #### 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.
|