diff options
Diffstat (limited to 'doc/examples')
-rw-r--r-- | doc/examples/agent/simple.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/examples/agent/simple.json b/doc/examples/agent/simple.json index 9264cac37c..abb2fcfea6 100644 --- a/doc/examples/agent/simple.json +++ b/doc/examples/agent/simple.json @@ -50,16 +50,16 @@ // This specifies a hiddent client. { - // The user id is the content of the file /tmp/ca/hiddenu. + // The user id is the content of the file /tmp/kea-creds/hiddenu. "user-file": "hiddenu", - // The password is the content of the file /tmp/ca/hiddenp. + // The password is the content of the file /tmp/kea-creds/hiddenp. "password-file": "hiddenp" }, // This specifies a hidden client using a secret in a file. { - // The secret is the content of the file /tmp/ca/hiddens + // The secret is the content of the file /tmp/kea-creds/hiddens // which must be in the <user-id>:<password> format. "password-file": "hiddens" } |