refactor makefile
Some checks failed
Lint GitHub Actions Workflows / actionlint (push) Has been cancelled
/ build (push) Has been cancelled
/ integrationOSS (push) Has been cancelled
/ integrationEnterprise (push) Has been cancelled
/ e2e-tls (push) Has been cancelled
/ e2e (push) Has been cancelled

This commit is contained in:
Srikrishna Iyer 2026-05-07 21:23:35 +05:30
parent a53996aeaf
commit 5305662f7f
No known key found for this signature in database
GPG key ID: 212F890C328D4059
3 changed files with 19 additions and 22 deletions

View file

@ -80,7 +80,7 @@ cfssl gencert \
EOF
# ── Rename to names expected by vault config ──────────────────────────────────
mv ca.pem ca.crt
mv ca.pem ca.crt
mv server.pem server.crt
mv server-key.pem server.key
mv client.pem client.crt