diff options
author | Francis Dupont <fdupont@isc.org> | 2021-12-06 15:38:49 +0100 |
---|---|---|
committer | Francis Dupont <fdupont@isc.org> | 2022-01-06 13:12:40 +0100 |
commit | 5529fd85011de1cfe92e3cfbf2176d123251fda0 (patch) | |
tree | e64b20d9ae22e1547b3d9b6e9dd607ae1fa07b12 /doc/examples/kea6 | |
parent | [#34] Checkpoint: code done, tests and hook to do (diff) | |
download | kea-5529fd85011de1cfe92e3cfbf2176d123251fda0.tar.xz kea-5529fd85011de1cfe92e3cfbf2176d123251fda0.zip |
[#34] Checkpoint: more PgSQL/CQL and hook
Diffstat (limited to 'doc/examples/kea6')
-rw-r--r-- | doc/examples/kea6/all-keys.json | 2 | ||||
-rw-r--r-- | doc/examples/kea6/mysql-reservations.json | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/examples/kea6/all-keys.json b/doc/examples/kea6/all-keys.json index 658a09e3cd..02ecb3f242 100644 --- a/doc/examples/kea6/all-keys.json +++ b/doc/examples/kea6/all-keys.json @@ -290,7 +290,7 @@ "key-file": "my key", // Cipher list (see the OpenSSL ciohers command manual). - "cipher-list": "!SSLv3" + "cipher-list": "AES" }, { // Name of the database to connect to. diff --git a/doc/examples/kea6/mysql-reservations.json b/doc/examples/kea6/mysql-reservations.json index a0a2c952d7..f8decf2711 100644 --- a/doc/examples/kea6/mysql-reservations.json +++ b/doc/examples/kea6/mysql-reservations.json @@ -55,7 +55,7 @@ "trust-anchor": "my-ca", "cert-file": "my-cert", "key-file": "my-key", - "cipher-list": "!SSLv3" + "cipher-list": "AES" }, // Define a subnet with a pool of dynamic addresses and a pool of dynamic |