Am Donnerstag, 4. September 2003 10:38 schrieb Joerg Mertin: > Hia folks, > > seems the odds are against me. Just trying to get TLS working - but it > won't. Seems - the password is missing. I do remember that under apache - > you can circumvent this by calling an external script - but how to do this > under postfix ? Followed the following HOWTO: > http://postfix.state-of-mind.de/patrick.koetter/smtpauth/postfix_tls_suppor >t.html > > Here's how I created my certs. Under /usr/lib/ssl/misc > ./CA.pl -newca (No empty password possible) > ./CA.pl -newreq (No empty password possible) > ./CA.pl -sign
For host certificate generate a new entry in the CA.pl script. Add the
followings lines
} elsif (/^-newhostreq$/) {
# create a certificate request
system ("$REQ -new -nodes -keyout newreq.pem -out newreq.pem
$DAYS");
$RET=$?;
print "Host-Request (and private key) is in newreq.pem\n";
under the line with -newreq and run ./CA.pl -newhostreq.
and then use it as before.
...
>
> Thx
>
> Joerg
Martin
--
------------------------------------------------------------
H E L I X Gesellschaft f�r Software & Engineering mbH
------------------------------------------------------------
Hanauer Landstrasse 52 Telefon (069) 4789 35-30
D-60314 Frankfurt am Main Telefax (069) 4789 35-44
------------------------------------------------------------
http://www.helix-gmbh.net [EMAIL PROTECTED]
------------------------------------------------------------
pgp00000.pgp
Description: signature
