feat(companion): add release bundle verification mode
This commit is contained in:
@@ -68,6 +68,16 @@ Expected result:
|
||||
|
||||
If signature is present, verify `CHECKSUMS.sha256.sig` with your org signing key policy before launch.
|
||||
|
||||
Automated CLI verification mode:
|
||||
|
||||
```bash
|
||||
flynn companion \
|
||||
--verify-release-bundle ./dist/companion-macos \
|
||||
--verify-signing-key ./keys/release-public.pem \
|
||||
--verify-signing-key-id team-k1 \
|
||||
--require-signature
|
||||
```
|
||||
|
||||
## Launch
|
||||
|
||||
```bash
|
||||
|
||||
Reference in New Issue
Block a user