#!/bin/bash

log-debug "bootstrapping agent..."
docker compose exec -T spire-server \
  /opt/spire/bin/spire-server bundle show -socketPath /opt/spire/conf/server/api.sock >conf/agent/bootstrap.crt
