Skip to content

Commit

Permalink
Update origin
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrej Rosano committed Sep 22, 2021
1 parent 407475f commit efeb733
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
BUILD_TAGS = "linkramsize,linkprintk"
REV = $(shell git rev-parse --short HEAD 2> /dev/null)
LOG_URL = https://raw.githubusercontent.com/f-secure-foundry/armory-drive-log/master/log/
LOG_ORIGIN = "Armory Drive Prod 1"
LOG_ORIGIN = "Armory Drive Prod 2"
PKG = github.com/f-secure-foundry/armory-drive

SHELL = /bin/bash
Expand Down
2 changes: 1 addition & 1 deletion assets/keys.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ var SRKHash = []byte{
var Revision string

// DefaultLogOrigin contains the default Firmware Transparency log origin name.
const DefaultLogOrigin = "Armory Drive Prod 1"
const DefaultLogOrigin = "Armory Drive Prod 2"

// DummySRKHash generates a known placeholder for the SRK hash to allow its
// identification and replacement within the binary, by `armory-drive-install`,
Expand Down
2 changes: 1 addition & 1 deletion cmd/armory-drive-install/const.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ const usage = `Usage: habtool [OPTIONS]
-f string
manifest authentication key
-l string
firmware transparency log origin (default "Armory Drive Prod 1")
firmware transparency log origin (default "Armory Drive Prod 2")
-b string
release branch (default "master")
-r string
Expand Down

0 comments on commit efeb733

Please sign in to comment.