Skip to content

Commit

Permalink
chore(update-agent): updated pubkeys
Browse files Browse the repository at this point in the history
  • Loading branch information
TheButlah committed Nov 19, 2024
1 parent d165cc7 commit 941713a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions update-agent/core/src/pubkeys.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ use sha2::{Digest, Sha256};

const PROD_MANIFEST_PUBKEY: &str = include_str!("../../pubkeys/manifest.prod.json");
const PROD_MANIFEST_PUBKEY_SHA256: &[u8; 32] =
&hex!("a246ed54543a47200a77c2806bc08f08c310d71418f3667bfff23d40e3742dbc");
&hex!("7f171578b473b356050418c0660cb9aaa2b67fe79d0a4c9fd3cf74e1195eb065");

const STAGE_MANIFEST_PUBKEY: &str = include_str!("../../pubkeys/manifest.stage.json");
const STAGE_MANIFEST_PUBKEY_SHA256: &[u8; 32] =
&hex!("4f9188fd4d44943f54bc6f3b11b57cc0ae0b28c28b2d717c5abf093c42af65c9");
&hex!("8410be3b790a432daadaa3bc8a243034815df96fc23e42785ccad5cd8d7512cc");

static PUBKEYS: OnceLock<ManifestPubkeys> = OnceLock::new();

Expand Down
4 changes: 2 additions & 2 deletions update-agent/pubkeys/manifest.prod.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"kty": "OKP",
"alg": "EdDSA",
"crv": "Ed25519",
"x": "eHttHzQkB8G4YjhaORP9oRs6JU_w-teicqYfyHCgFCQ"
"x": "5gomogRWn4RugKgjJ3U5-9IzhT-PcAkjT68P_JrOO7I",
"alg": "EdDSA"
}
4 changes: 2 additions & 2 deletions update-agent/pubkeys/manifest.stage.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"kty": "OKP",
"alg": "EdDSA",
"crv": "Ed25519",
"x": "PojLVUsbPU82JXalEFJSg_S9RWKI5-zIT7j2qQ_87KE"
"x": "y9mwiCPAgaOXO6mAvDwD5Cwswqvu8snczj4SmHHwyW0",
"alg": "EdDSA"
}

0 comments on commit 941713a

Please sign in to comment.