Is your feature request related to a problem? Please describe.
Currently, user has to install mkcert binary on his system.
Describe the solution you'd like
To automate setup process, we could use mkcert that is packed inside Docker container.
Example: https://hub.docker.com/r/vishnunair/docker-mkcert
Describe alternatives you've considered
Currently, user has to install mkcert using brew install mkcert nss or use Linux package manager to get mkcert binary.
Additional context
Check https://hub.docker.com/r/vishnunair/docker-mkcert for more information, on how others achieve SSL certs on host system.
Is your feature request related to a problem? Please describe.
Currently, user has to install
mkcertbinary on his system.Describe the solution you'd like
To automate setup process, we could use
mkcertthat is packed inside Docker container.Example: https://hub.docker.com/r/vishnunair/docker-mkcert
Describe alternatives you've considered
Currently, user has to install mkcert using
brew install mkcert nssor use Linux package manager to get mkcert binary.Additional context
Check https://hub.docker.com/r/vishnunair/docker-mkcert for more information, on how others achieve SSL certs on host system.