On Thu, Mar 22, 2007 at 11:52:25PM -0400, Michael Fedor wrote:

> I setup up openssl on RHEl4.. I configure sendmail... But I need to
> get a trusted CA.. (The install I used CA.pl).. so they sent me the
> following four file
> 
> 1 AddTrustExternalCARoot.crt
> 2 UTNAddTrustServer_CA.crt
> 3 NetworkSolutions_CA.crt
> 4.ther.com.crt
> 
> 
> How do I make this work I have spent the past 4 days ...please help
> 

This is the OpenSSL users forum, you are trying to use an MTA with SSL
support, for help reach to the community the helps with issues related
to the MTA you are using.

The general advice is that you identify the following data:

        - Server certificate
        - Matching private key
        - Intermediate CA certs
        - Root CA cert.

Append all the CA certs (server, innermost CA, ... root CA) to the server
cert file in PEM format. Use a separate root owned mode 0600 file for the
private key, or make the cert file mode 0600 and append the key to that 
also.

Configure MTA to use cert file and key file (possibly same as cert file).
Good luck.

-- 
        Viktor.
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to