I'm getting this message too on a box updated to RC3.
Essentially, it's just the output of the /etc/cron.daily/conf-mod_ssl cron job.
If I run the command manually, I get the same results as contained in the e-mail message:
[root@mail ~]# /sbin/e-smith/expand-template /home/e-smith/ssl.pem/pem
You are about to be asked to enter information that will be incorporated
into your certificate request.
What you are about to enter is what is called a Distinguished Name or a DN.
There are quite a few fields but you can leave some blank
For some fields there will be a default value,
If you enter '.', the field will be left blank.
-----
Country Name (2 letter code) [GB]:State or Province Name (full name) [Berkshire]:Locality Name (eg, city) [Newbury]:Organization Name (eg, company) [My Company Ltd]:Organizational Unit Name (eg, section) []:Common Name (eg, your name or your server's hostname) []:Email Address []:
This is the contents of /etc/cron.daily/conf-mod_ssl:
[root@mail ~]# cat /etc/cron.daily/conf-mod_ssl
#! /bin/sh
exec /sbin/e-smith/expand-template /home/e-smith/ssl.pem/pem
I compared the cron job to an RC1 box and it's the same. However, if I manually run the command on the RC1 box, there is no output.
If I cat the file being created (created? expanded?)
cat /home/e-smith/ssl.pem/fqdn.of.server.pem
it shows a private key and a certificate, just like on the RC1 box.
Permissions are the same.
What has changed to generate the output/e-mail?
Thanks for any suggestions,
G
p.s. If we think this is a bug, I'll enter it on bugtracker...do we think this is a bug or just something I've done wrong?