Skip to content

Commit

Permalink
adding config.json for this demo
Browse files Browse the repository at this point in the history
  • Loading branch information
sukhyungkf committed Nov 5, 2024
1 parent 6943f95 commit db6bc84
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"AgentId": "",
"AgentName": "test-kf-cert-1",
"Hostname": "iot-proxy.keyfactoriot.com",
"VirtualDirectory": "proxy-walmart",
"TrustStore": "/home/keyfactor/Keyfactor-CAgent/certs/trust.store",
"AgentCert": "/home/keyfactor/Keyfactor-CAgent/certs/Agent-cert.pem",
"AgentKey": "/home/keyfactor/Keyfactor-CAgent/certs/Agent-key.pem",
"CSRKeyType": "RSA",
"CSRKeySize": 2048,
"CSRSubject": "CN=test-kf-cert-1",
"EnrollOnStartup": true,
"UseSsl": true,
"Serialize": false,
"LogFile": "agent.log",
"LogFileIndex": 0,
"httpRetries": 1,
"retryInterval": 1
}

0 comments on commit db6bc84

Please sign in to comment.