Skip to content

Commit

Permalink
remove temp key warning
Browse files Browse the repository at this point in the history
  • Loading branch information
pietroalbini committed May 27, 2024
1 parent 5f99e21 commit 32431c6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions crates/criticalup-dev/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ fn main() {
http_user_agent: concat!("criticalup/", env!("CARGO_PKG_VERSION"), " (dev)"),
download_server_url: "https://criticalup-downloads-dev.ferrocene.dev".into(),
customer_portal_url: "https://customers-dev.ferrocene.dev".into(),
// TODO: this key is not permanent, and must be changed before criticalup is released. The
// key was ephemeral when it was generated, and is not persisted anywhere. If we keep it
// as-is in the binaries we release, we won't be able to change the signing keys.
trust_root: PublicKey {
role: KeyRole::Root,
algorithm: KeyAlgorithm::EcdsaP256Sha256Asn1SpkiDer,
Expand Down
3 changes: 0 additions & 3 deletions crates/criticalup/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ fn main() {
http_user_agent: concat!("criticalup/", env!("CARGO_PKG_VERSION")),
download_server_url: "https://criticalup-downloads.ferrocene.dev".into(),
customer_portal_url: "https://customers.ferrocene.dev".into(),
// TODO: this key is not permanent, and must be changed before criticalup is released. The
// key was ephemeral when it was generated, and is not persisted anywhere. If we keep it
// as-is in the binaries we release, we won't be able to change the signing keys.
trust_root: PublicKey {
role: KeyRole::Root,
algorithm: KeyAlgorithm::EcdsaP256Sha256Asn1SpkiDer,
Expand Down

0 comments on commit 32431c6

Please sign in to comment.