Lines Matching refs:is
10 > **info** EAS Update Code Signing is only available to accounts subscribed to the EAS Enterprise p…
14 …own keys. The signatures are then verified on the client before the update is applied, which ensur…
34 - The certificate validity duration is a setting that may vary based on the security needs of your …
35 …- A shorter validity duration will require [key rotation](#key-rotation) more frequently but is co…
64 …is configured for your app. It then verifies the integrity of the update and creates a digital sig…
70 Download the update on the client (this step is done automatically by the library). The build from
71 step (2) that is configured for code signing checks if there is a new update available. The server
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
81 Key rotation is the process by which the key pair used for signing updates is changed. This is most…
84 - Private key compromise. If the private key used to sign updates is accidentally exposed to the pu…
85 …rotation for security best practices. It is best practice to rotate keys periodically to ensure th…
87 In any of these cases, the procedure is similar:
91 3. The certificate is part of the app's runtime, so a new runtime version should be set for builds …
96 The process of removing code signing from an app is similar to [key rotation](#key-rotation) and ca…
100 3. The new certificate-less app is a new distinct runtime, so a new runtime version should be set f…