D
Deleted member 121791
Guest
Currently Plesk uses 768bit for sha-rsa private keys of created all Domainkey for signing.
You can check it:
root@server1234 ~ # openssl rsa -in /etc/domainkey/example.org/default -text
Private-Key: (768 bit)
The short keys are violating RFC 4871 see Section 3.3.3
How can the keylength be extended?
This is a must for secure signing mails with DKIM/Domainkeys.
See also
http://www.h-online.com/security/news/item/Mathematician-exposes-weak-DKIM-keys-1736423.html
http://tools.ietf.org/html/rfc4871#section-3.3.3
You can check it:
root@server1234 ~ # openssl rsa -in /etc/domainkey/example.org/default -text
Private-Key: (768 bit)
The short keys are violating RFC 4871 see Section 3.3.3
How can the keylength be extended?
This is a must for secure signing mails with DKIM/Domainkeys.
See also
http://www.h-online.com/security/news/item/Mathematician-exposes-weak-DKIM-keys-1736423.html
http://tools.ietf.org/html/rfc4871#section-3.3.3