edgedb / edgedb-docker

Official Docker Image packaging for EdgeDB
83 stars 16 forks source link

Fix flag for generating a self signed certificate #48

Open jackfischer opened 2 years ago

jackfischer commented 2 years ago

As per the readme. EDGEDB_SERVER_TLS_CERT_MODE=generate_self_signed yielded an error for me.

elprans commented 2 years ago

EDGEDB_SERVER_TLS_CERT_MODE=generate_self_signed is the correct spelling. I suspect the :latest tag pointed to an older version which only supported the older EDGEDB_SERVER_GENERATE_SELF_SIGNED_CERT flag. I just re-pushed :1-rc3 and :latest, please test if that works for you.

jackfischer commented 2 years ago

I see, I assumed the sequence of events was the other way. Great to see up to date tutorials; it is appreciated