projects
/
exim.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9555de7
)
Docs: clarify DKIM key generation
author
Jeremy Harris
<jgh146exb@wizmail.org>
Tue, 18 Feb 2020 16:26:51 +0000
(16:26 +0000)
committer
Jeremy Harris
<jgh146exb@wizmail.org>
Wed, 19 Feb 2020 00:19:06 +0000
(
00:19
+0000)
doc/doc-docbook/spec.xfpt
patch
|
blob
|
blame
|
history
diff --git
a/doc/doc-docbook/spec.xfpt
b/doc/doc-docbook/spec.xfpt
index fbcad3d6ff1439503b2af5d3fe56c16190835fcf..888eb7f6056eb1808388edefa7dd04b829d066f5 100644
(file)
--- a/
doc/doc-docbook/spec.xfpt
+++ b/
doc/doc-docbook/spec.xfpt
@@
-40175,6
+40175,8
@@
To generate keys under OpenSSL:
openssl genrsa -out dkim_rsa.private 2048
openssl rsa -in dkim_rsa.private -out /dev/stdout -pubout -outform PEM
.endd
+The result file from the first command should be retained, and
+this option set to use it.
Take the base-64 lines from the output of the second command, concatenated,
for the DNS TXT record.
See section 3.6 of RFC6376 for the record specification.