10 messages in ru.sysoev.nginxRe: SSL cert vendors for use with nginx?
FromSent OnAttachments
Geoffrey GrosenbachJun 4, 2007 5:22 pm 
Wayne E. SeguinJun 4, 2007 5:30 pm 
Geoffrey GrosenbachJun 4, 2007 6:00 pm 
Wayne E. SeguinJun 4, 2007 6:34 pm 
Geoffrey GrosenbachJun 4, 2007 6:42 pm 
Wayne E. SeguinJun 4, 2007 7:10 pm 
Geoffrey GrosenbachJun 4, 2007 8:07 pm 
Cliff WellsJun 6, 2007 11:40 am 
Wayne E. SeguinJun 6, 2007 11:47 am 
Igor SysoevJun 6, 2007 12:13 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: SSL cert vendors for use with nginx?Actions...
From:Igor Sysoev (is-G@public.gmane.org)
Date:Jun 6, 2007 12:13:37 pm
List:ru.sysoev.nginx

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.

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;