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.
This commit is contained in:
Stefano Rivera
2020-04-15 14:44:09 -07:00
parent e67a1b3745
commit 7be865d7d7
+3 -3
View File
@@ -136,9 +136,9 @@ for the above might look like this:
comkey example.com:bar:/usr/local/etc/dkim/keys/excom comkey example.com:bar:/usr/local/etc/dkim/keys/excom
netkey example.net:baz:/usr/local/etc/dkim/keys/exnet netkey example.net:baz:/usr/local/etc/dkim/keys/exnet
If also signing with ed25519, specify a KeyTableEd25519 pointing to the keys If also signing with ed25519, specify a KeyTableEd25519, with the same
needed for ed25519. Both KeyTable and KeyTableEd25519 are evaluated if there names, pointing to the keys needed for ed25519. Both KeyTable and
is a SigningTable (see below). KeyTableEd25519 are evaluated if there is a SigningTable (see below).
Per the documentation, multi-field data sets that are made of flat files have 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 the fields separated by colons, but the key and value(s) are separated by