Skip to content
Snippets Groups Projects

Config.json

Merged willm3 requested to merge wmalisch/config into main
1 file
+ 30
0
Compare changes
  • Side-by-side
  • Inline
config.json 0 → 100644
+ 30
0
{
"coreThing" : {
"caPath": "AmazonRootCA1.pem",
"certPath": "core-certificate.pem.crt",
"keyPath": "core-private.pem.key",
"thingArn": "arn:aws:iot:us-east-1:851725387994:thing/MyGreengrassV1Core",
"iotHost": "a23nokakp7wu3x-ats.iot.us-east-1.amazonaws.com",
"ggHost": "greengrass-ats.iot.us-east-1.amazonaws.com",
"keepAlive": 600
},
"runtime": {
"cgroup": {
"useSystemd": "yes"
}
},
"managedRespawn": false,
"crypto": {
"caPath": "file:///greengrass/certs/AmazonRootCA1.pem",
"principals": {
"SecretsManager": {
"privateKeyPath": "file:///greengrass/certs/core-private.pem.key"
},
"IoTCertificate": {
"privateKeyPath": "file:///greengrass/certs/core-private.pem.key",
"certificatePath": "file:///greengrass/certs/core-certificate.pem.crt"
}
}
}
}
\ No newline at end of file
Loading