HTTP で動作をテストする場合、.envファイルを作成し以下の内容を記述してください。
REQUIRE_TLS=FALSE
REQUIRE_CLIENT_AUTH=FALSE
RSA鍵を利用する場合は以下のコマンドを実行してください
ssh-keygen -t RSA -b 2048
openssl genpkey -algorithm RSA -out rsa_private.pem -pkeyopt rsa_keygen_bits:2048
dockercompose で立ててください。
- Clone this Repo.
- Run
uv sync - Run
pre-commit install