keybase / bot-sshca

A chat bot that can manage your team's SSH accounts
BSD 3-Clause "New" or "Revised" License
222 stars 30 forks source link

Updating env.sh with additional teams #62

Closed schlos closed 4 years ago

schlos commented 4 years ago

I have installed bot-sshca by following Getting started steps.

When I update env.sh with additional teams, do I need to run again make? If yes, do I need to stop previous/existing docker? What is exact procedure?

Thanks!

ddworken commented 4 years ago

Thanks for the feedback! I just opened a PR to add docs on this and make it slightly easier. Until that change is merged, the procedure is just stopping and restarting the docker container (note that you do not need to regenerate keys).

docker kill `docker ps -q --filter ancestor=ca`
make serve

In the future, it will simply be make restart