Rotate the embedded license verification key (1.11.2) - #203
Merged
Conversation
Replace the embedded Ed25519 public key and bump to 1.11.2. The prior key is retired; Pro licenses are re-issued under the new key. Verification stays offline; the private signer key stays in redcon-cloud.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Rotate the embedded Ed25519 license verification key and bump to 1.11.2.
_EMBEDDED_PUBLIC_KEY_B64replaced with the new production public key.Why
The prior signer private key was exposed and is treated as compromised. Rotating the embedded public key ensures licenses are validated against a key whose private half is uncompromised. No user data involved; this is a signing-key rotation.
Verification
tests/test_entitlements.pyoverrides the embedded key via monkeypatch, so it is agnostic to the value - suite stays green.