From 7be865d7d74ce5068caa017913035f720d2ffe0a Mon Sep 17 00:00:00 2001 From: Stefano Rivera Date: Wed, 15 Apr 2020 14:44:09 -0700 Subject: [PATCH] Only one key name is needed for multiple signature algorithms Clarify that key names from SigningTable apply to RSA and ed25519 keys. The way to sign with both algorithms is to provide keys in both KeyTables, with the same name. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9d82735..49efe6f 100644 --- a/README.md +++ b/README.md @@ -136,9 +136,9 @@ for the above might look like this: comkey example.com:bar:/usr/local/etc/dkim/keys/excom netkey example.net:baz:/usr/local/etc/dkim/keys/exnet -If also signing with ed25519, specify a KeyTableEd25519 pointing to the keys -needed for ed25519. Both KeyTable and KeyTableEd25519 are evaluated if there -is a SigningTable (see below). +If also signing with ed25519, specify a KeyTableEd25519, with the same +names, pointing to the keys needed for ed25519. Both KeyTable and +KeyTableEd25519 are evaluated if there is a SigningTable (see below). Per the documentation, multi-field data sets that are made of flat files have the fields separated by colons, but the key and value(s) are separated by