[racket] Webserver, SSL, and intermediate certificates
From: Stefan Schmiedl (s at xss.de)
Date: Fri Sep 21 16:11:32 EDT 2012 |
|
On Fri, 21 Sep 2012 11:24:39 -0600
Jordan Schatz <jordan at noionlabs.com> wrote:
>
> I have an SSL certificate that depends on an intermediate certificate, but I
> cant find anything in the documentation on how to tell the web server that my
> cert needs the intermediate certificate... Are intermediate certificates
> supported? anyone know of a work around?
FWIW, for my nginx setup I just concatenated SSL cert and the intermediate
cert into a single file. Things seem to work out then.
s.