azure-cosmos-db-emulator-docker
azure-cosmos-db-emulator-docker copied to clipboard
Be able to export rsa-2048 cert or higher
It looks like the certificate that this generates is only rsa-1024, which lately isn't good enough for a lot of communication. For example Azure Core Tools running in a Linux environment isn't able to create a secure network connection with the emulator because the certificate is too weak. Is it possible to make the cert more secure or to at least make it configurable?
In this earlier comment, I mean to say Azure Functions Core Tools which ideally should be able to run locally in the same system as the Cosmos db emulator