SSL Certificates - groupon/odo GitHub Wiki

Exporting SSL Certificates

The following only applies if you are using the port 9090 forwarding proxy.

In some cases you will need to install the SSL certificates that Odo is signing with in order to use Odo as a proxy. An example is that Windows Phone will only use untrusted SSL connections if the certificate in use is installed on the device. The certificate for a domain can be exported/generated with the following URL (replace odohost with your Odo host and myurl.com with the target hostname):

http://odohost:8090/testproxy/cert/myurl.com

The certificates are regenerated after some time due to expiration. Additionally since certificates are generated on the fly they will differ if you launch Odo from a different directory or a different machine.