We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cf4aa7b + e713624 commit ccb74cdCopy full SHA for ccb74cd
README.md
@@ -182,9 +182,9 @@ Generate a private and public key:
182
mkdir -p /etc/ssl/dkim/private
183
chmod 750 /etc/ssl/dkim/private
184
```
185
-Some web-interfaces only allow TXT record with max 1024 bits key:
+Some web-interfaces allow TXT record with max **1024** bits [key](https://tools.ietf.org/html/rfc8301#section-3.2):
186
```sh
187
-openssl genrsa -out /etc/ssl/dkim/private/private.key 1024
+openssl genrsa -out /etc/ssl/dkim/private/private.key 2048
188
openssl rsa -in /etc/ssl/dkim/private/private.key -pubout -out /etc/ssl/dkim/public.key
189
chgrp -R _dkimproxy /etc/ssl/dkim/private
190
chmod 440 /etc/ssl/dkim/private/private.key
0 commit comments