SSL cert vendors for use with nginx?
Igor Sysoev
is at rambler-co.ru
Wed Jun 6 23:14:00 MSD 2007
On Wed, Jun 06, 2007 at 02:48:08PM -0400, Wayne E. Seguin wrote:
> On Jun 06, 2007, at 14:40 , Cliff Wells wrote:
> >On Mon, 2007-06-04 at 22:11 -0400, Wayne E. Seguin wrote:
> >
> >>Good luck, and should you come across the solution please post it
> >>back
> >>to the list.
> >
> >Better yet, add the information to the wiki.
> >
> >Cliff
>
> Turns out, it already is :)
>
> [http://blog.imperialdune.com/2007/3/31/setting-up-godaddy-turbo-ssl-
> on-nginx GoDaddy Turbo SSL on Nginx]
>
> on:
>
> http://wiki.codemongers.com/Nginx
Solution is:
cat gd_intermediate.crt domain.com.crt > domain.com.pem
and
ssl_certificate /mysite/keys/domain.com.pem;
ssl_certificate_key /mysite/keys/domain.com.key;
--
Igor Sysoev
http://sysoev.ru/en/
More information about the nginx
mailing list