summaryrefslogtreecommitdiffstats
path: root/doc/examples/kea6
diff options
context:
space:
mode:
authorFrancis Dupont <fdupont@isc.org>2021-11-29 16:29:22 +0100
committerFrancis Dupont <fdupont@isc.org>2022-01-06 13:12:40 +0100
commit1d3f0133ba49545fe0ac7d6c8a355748e8eb0f3f (patch)
tree1bdc7f4f7e1afc59c807a4f4f0578b66ff485628 /doc/examples/kea6
parent[#34] Regen flex and bison (diff)
downloadkea-1d3f0133ba49545fe0ac7d6c8a355748e8eb0f3f.tar.xz
kea-1d3f0133ba49545fe0ac7d6c8a355748e8eb0f3f.zip
[#34] Checkpoint: code and tests to do
Diffstat (limited to 'doc/examples/kea6')
-rw-r--r--doc/examples/kea6/all-keys.json16
-rw-r--r--doc/examples/kea6/mysql-reservations.json6
2 files changed, 20 insertions, 2 deletions
diff --git a/doc/examples/kea6/all-keys.json b/doc/examples/kea6/all-keys.json
index 9d2d028dd1..658a09e3cd 100644
--- a/doc/examples/kea6/all-keys.json
+++ b/doc/examples/kea6/all-keys.json
@@ -276,7 +276,21 @@
"user": "kea",
// Read only mode.
- "readonly": false
+ "readonly": false,
+
+ // Next entries are for the OpenSSL support in MySQL.
+
+ // Trust anchor aka certificate authority file or directory.
+ "trust-anchor": "my-ca",
+
+ // Client certificate file name.
+ "cert-file": "my-cert",
+
+ // Private key file name.
+ "key-file": "my key",
+
+ // Cipher list (see the OpenSSL ciohers command manual).
+ "cipher-list": "!SSLv3"
},
{
// Name of the database to connect to.
diff --git a/doc/examples/kea6/mysql-reservations.json b/doc/examples/kea6/mysql-reservations.json
index ace2778737..a0a2c952d7 100644
--- a/doc/examples/kea6/mysql-reservations.json
+++ b/doc/examples/kea6/mysql-reservations.json
@@ -51,7 +51,11 @@
"password": "kea",
"host": "localhost",
"port": 3306,
- "readonly": true
+ "readonly": true,
+ "trust-anchor": "my-ca",
+ "cert-file": "my-cert",
+ "key-file": "my-key",
+ "cipher-list": "!SSLv3"
},
// Define a subnet with a pool of dynamic addresses and a pool of dynamic