Dgraph standalone + tls support

Hello, I wish to use the dgraph standalone image for my tests.We are using tls, and have this working fine in our “real” envs. I made an attempt to wire in the tls commands into the standalone image, but did not have any joy. Is this supported?

Thanks

I don’t think it’s supported. Here is the run script which we used in our standalone images. dgraph/run.sh at release/v20.07 · dgraph-io/dgraph · GitHub.

I believe the standalone image is to play around dgraph, hence removing the complexity of TLS.

1 Like