aboutsummaryrefslogtreecommitdiff
path: root/config/config.go
blob: f8e61e4145369f30d5ed3ccb3645de47f955bea2 (plain) (blame)
1
2
3
4
5
6
7
8
package config

// How the public key is stored
// 0: external file, 1: external storage device, 2: tpm2, 3: usb serial
var KeyStore = 3

// Where the public key is stored, only applies for 0, 1 and 3
var KeyLocation = "/dev/ttyACM1"