diff options
author | Francis Dupont <fdupont@isc.org> | 2021-12-20 16:30:39 +0100 |
---|---|---|
committer | Francis Dupont <fdupont@isc.org> | 2022-01-06 13:12:40 +0100 |
commit | 875dbd68e5b79f2708362aab6a2f538468c10e80 (patch) | |
tree | 1ec5404d70a5b4fc4a5a884b6d215ce4e2d8f6d7 /doc/examples/kea6 | |
parent | [#34] Removed isDir local copies (diff) | |
download | kea-875dbd68e5b79f2708362aab6a2f538468c10e80.tar.xz kea-875dbd68e5b79f2708362aab6a2f538468c10e80.zip |
[#34] Addressed almost all comments
Diffstat (limited to 'doc/examples/kea6')
-rw-r--r-- | doc/examples/kea6/all-keys.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/examples/kea6/all-keys.json b/doc/examples/kea6/all-keys.json index 02ecb3f242..8d45fbc070 100644 --- a/doc/examples/kea6/all-keys.json +++ b/doc/examples/kea6/all-keys.json @@ -287,9 +287,9 @@ "cert-file": "my-cert", // Private key file name. - "key-file": "my key", + "key-file": "my-key", - // Cipher list (see the OpenSSL ciohers command manual). + // Cipher list (see the OpenSSL ciphers command manual). "cipher-list": "AES" }, { |