Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Oct 2007 12:01:02 -0500
From:      Kevin Kinsey <kdk@daleco.biz>
To:        brad davison <demonichandextensions@hotmail.com>
Cc:        "freebsd-questions@freebsd.org" <freebsd-questions@freebsd.org>
Subject:   Re: Installing Thawte Certificate on imap pop smtp
Message-ID:  <470E56CE.60307@daleco.biz>
In-Reply-To: <BLU116-W2D42978104DF928C2AAE3A1A70@phx.gbl>
References:  <BLU116-W2D42978104DF928C2AAE3A1A70@phx.gbl>

next in thread | previous in thread | raw e-mail | index | archive | help
brad davison wrote:
> I currently have self-signed certificates on our mail server, but they are now expired.
> 
> I have just received the CA-crt back from thawte.  I have the webmail portion completed with installing the certificates, but I am having some issues with getting them installed on SMTP.
> 
> I tried to put them in as the *.crt and *.key files, but sendmail didn't like that.
> 
> The temporary certificates installed are:
> define(`confCACERT_PATH', `/etc/mail/certs')dnl
> define(`confCACERT', `/etc/mail/certs/mycert.pem')dnl
> define(`confSERVER_CERT', `/etc/mail/certs/mycert.pem')dnl
> define(`confSERVER_KEY', `/etc/mail/certs/mykey.pem')dnl
> define(`confCLIENT_CERT', `/etc/mail/certs/mycert.pem')dnl
> define(`confCLIENT_KEY', `/etc/mail/certs/mykey.pem')dnl
> 
> and the certs i have generated and sent to thawte are:
> 
> mail.server.name.crt (signed from thawte)
> mail.server.name.csr (what I generated and sent to them)
> mail.server.name.key
> 
> Any help on how to get this converted from the files i have to *.pem files would be much appreciated! 
> 
> (our temporary certificates are now expired and I have to get these installed ASAP)
> 
> THANKS!

Maybe you already got this solved?

Mebbe `openssl x509 -inform der -in MYCERT.crt -out MYCERT.pem` ?

IANAE, so I'd use make sure I had a backup copy of your *crt.

HTH,

Kevin Kinsey
-- 
Most people have a mind that's open by appointment only.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?470E56CE.60307>