Jason L Tibbitts III wrote:
"PK" == Phil Knirsch <pknirsch@xxxxxxxxxx> writes:
PK> exim-4.61-2.fc5.x86_64
PK> Missing directories /usr/share/ssl/certs and
PK> /usr/share/ssl/privates, need to be created prior to running
PK> openssl req
Shouldn't these be /etc/pki/tls/certs and /etc/pki/tls/private now?
- J<
Should, yeah, but check the snippet from the postinstall script:
if [ ! -f /usr/share/ssl/certs/exim.pem ] ; then
umask 077
FQDN=`hostname`
if [ "x${FQDN}" = "x" ]; then
FQDN=localhost.localdomain
fi
cat << EOF | openssl req -new -x509 -days 365 -nodes -out
/usr/share/ssl/certs/exim.pem -keyout /usr/share/ssl/private/exim.pem
&>/dev/null
So it actively tries to create them in /usr/share/ssl/...
Read ya, Phil
--
Philipp Knirsch | Tel.: +49-711-96437-470
Development | Fax.: +49-711-96437-111
Red Hat GmbH | Email: Phil Knirsch <phil@xxxxxxxxx>
Hauptstaetterstr. 58 | Web: http://www.redhat.de/
D-70178 Stuttgart
Motd: You're only jealous cos the little penguins are talking to me.