Lines Matching refs:certificate
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…
34 - The certificate validity duration is a setting that may vary based on the security needs of your …
48 ' --certificate-input-directory certs \\',
51 …cmdCopy="npx expo-updates codesigning:configure --certificate-input-directory certs --key-input-di…
54 After this step, create a new build with a new runtime version. The code signing certificate will b…
73 but before being applied, the update is verified against the embedded certificate and included
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 …
98 1. Backup the old key and certificate that were generated in step (1) above.
100 3. The new certificate-less app is a new distinct runtime, so a new runtime version should be set f…