12
0
Fork 0
mirror of https://github.com/hashicorp/vault-action.git synced 2026-05-16 13:00:31 +00:00

refactor makefile

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