#!/bin/bash -eu

rm -rf client/client.crt
docker compose run --rm --user $(id -u) client /client/request_certificate
chmod 444 client/client.crt
