dear allI want to setup this:
client ----------------- https-nginx (443) -----------------
https-backend (443)
but i don’t have private key and i want to cache data…what can i do ?
On Wed, Mar 16, 2016 at 04:01:01PM +0000, SZ wrote:
Hi there,
dear allI want to setup this:
client ----------------- https-nginx (443)----------------- https-backend (443)
but i don’t have private key and i want to cache data…what can i do ?
You get your own certificate and key in the name of your backend, and
use that on nginx.
(nginx is a reverse proxy. You reverse-proxy services you control.)
f
Francis D. [email protected]