On 11/12/2015 12:00 AM, kcrisman wrote:
> 
>     Can Sagenb send certificate chain instead of just certificate of the
>     server itself? If yes, how?
> 
>     If not, what do you use as a frontend? Apache?
> 
> 
> Cc:ing someone who may know this; I don't know anything about the
> certificates.
>  

You can probably just concatenate the certificate files. Something like,

  $ cat www.example.com.crt intermediate.pem > combined.crt

Then use combined.crt as the certificate for your site. The order in
which you concatenate them is important. This is also how you're
supposed to do it in newer versions of Apache, but it's still fragile at
this point.

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.

Reply via email to