two dev modes (simulation and hsm)

This commit is contained in:
Konstantinos Chalkias 2017-10-25 18:16:24 +01:00
parent ef7ccd3147
commit fccfe6b946

View File

@ -1,11 +1,18 @@
profile = "dev" profile = "dev_sim"
dev : { dev_sim : {
device = "3001@127.0.0.1" device = "3001@127.0.0.1"
keyName = "DEV_SGX" keyName = "DEV_SGX"
keyGroup = "DEV.SGX" keyGroup = "DEV.SGX"
keySpecifier = "1" keySpecifier = "1"
} }
dev_hsm : {
device = "TCP:192.168.118.19"
keyName = "DEV_SGX"
keyGroup = "DEV.SGX"
keySpecifier = "1"
}
prod : { prod : {
device = "TCP:192.168.118.11" device = "TCP:192.168.118.11"
keyName = "PROD_SGX" keyName = "PROD_SGX"