Re: [exim] DKIM - signing mail

Page principale
Supprimer ce message
Répondre à ce message
Auteur: Tom Kistner
Date:  
À: Zbigniew Szalbot
CC: exim users
Sujet: Re: [exim] DKIM - signing mail
Zbigniew Szalbot schrieb:

> With regard to #3 - generating keys - how should this be done?
> Do you think I am all right using services such as:
> http://www.socketlabs.com/services/dkwiz


A matter of trust :) I prefer:

Generate RSA key in priv.key:
# openssl genrsa -out priv.key 1024

Show public part of it:
# openssl rsa -in priv.key -pubout