Uses git submodules and docker compose to provision a local development environment for the Mustache Bash suite of microservices
- Visit this page and generate the certs you need for
localhost
- Place the three files you created in the root of this repo named
server.key
,server.crt
, androotCA.pem
(for the private key, cert, and CA respectively). They are git ignored, so don't worry about accidentally committing them to the repo.