This document represents steps to deploy a local instance of keypub in your machine for testing and development purposes.
You can easily bootstrap by copying example config file.
$ cp config.json.example config.json
Note that if you enter passphrase when generating key, you should modify config file by adding server.host_key_passphrase
.
$ ssh-keygen -f ./.host
You can also bootstrap here by copying the database generated for jet
$ make generate
$ cp internal/db/keysdb.sqlite3 .
$ docker compose build
$ docker compose up -d
$ ssh localhost -p 8022 about