Skip to content
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.

Import ca.crt as a trusted certificate

Martin O'Connor edited this page Apr 12, 2016 · 2 revisions

Nginx will receive the HTTPS calls and will proxy them over to the Java microservices.

In order for those services to trust the requests from Nginx, we need to add our CA certificate to the Java keystore.

Clone this wiki locally