graphql-faker icon indicating copy to clipboard operation
graphql-faker copied to clipboard

Feat: Run over ssl

Open tomasjanicek opened this issue 1 year ago • 0 comments

in many cases, if we use an application in combination with a docker application that runs on https, I need the API to run under ssl as well.

I created an optional --ssl parameter that creates a proxy application above the node. This switch also expects to have server.cert and server.key certificates in the ./ssl folder

tomasjanicek avatar Sep 19 '23 13:09 tomasjanicek