Welcome! Log In Create A New Profile

Advanced

ReverseProxy -- OWA -- StartSSL Certificate

Posted by kiteolivier 
ReverseProxy -- OWA -- StartSSL Certificate
July 13, 2010 12:18PM
Hi all

First Topology

[URL=http://img514.imageshack.us/i/topoxw.jpg/][IMG]http://img514.imageshack.us/img514/7586/topoxw.jpg[/IMG][/URL]



I want to do some reverse proxy to publish my exchange OWA (outlook web access).

i made with my isp a owa.tuuuutu.com point to my external public ip adress OK

I configure the reverse proxy function with this tutorial http://planetit.ws/linux/debian/configuring-nginx-based-reverse-proxy-for-owa.html

For the certificate i use the free StartSSL and configure OWA with this tutorial http://www.startssl.com/?app=22


And now , [b]i was lost[/b] for certificate configuration with NGINX. Because i have one certificate (generated by startssl with the tutorial for OWA) and don't understand how to for the NGINX.
I try http://sam.blog.dob.sk/2009/10/15/startcom-startssl-certificate-nginx/ and http://stephen.mcquay.me/blog/detail/30/
and i think my problem is i have one certificate and impossible to startssl to generate a new one (one sub domain for the free version).

[b]It is possible to use the certificate that i made with the StartSSL OWA tutorial or not ?[/b]


Thanks in advance.


Sorry for the translation , im not an English man :-)
Re: ReverseProxy -- OWA -- StartSSL Certificate
July 15, 2010 05:45AM
FIND and it works !!!

on the windows OWA server , extract the certificate to pfx files.

on the nginx server

To export the certificate:
[b]openssl pkcs12 -in owa.pfx -nokeys -out owa.pem[/b]

Then to export the private key:
[b]openssl pkcs12 -in owa.pfx -out owa.key -nocerts -nodes[/b]

And for Startssl free class 1

[b]cat owa.pem ca.pem sub.class1.server.ca.pem > owa.pem[/b]


Rename owa.pem to owa.crt

You have your .key and .crt for nginx.
Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 300
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready