Re: [exim] setting up purchased SSL certificates on existing…

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Andrew Colin Kissa
日付:  
To: Gary Stainburn
CC: exim-users
題目: Re: [exim] setting up purchased SSL certificates on existing system

> On 30 Apr 2018, at 15:58, Gary Stainburn via Exim-users <exim-users@???> wrote:
>
> Could someone please point me to (easy to understand) instructions on how to
> install my new certificate onto Exim (and Dovecot too if possible)


You need to concatenate the certificates together in one file.

cat www.example.com.crt bundle.crt > www.example.com.chained.crt

- A