diff options
-rwxr-xr-x | trust.bash | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ #! /bin/bash CA_FINGERPRINT=$(docker --log-level ERROR compose --progress quiet run --rm --quiet-pull fingerprint) -step ca bootstrap --ca-url https://root-ca.castle:9000 --fingerprint $CA_FINGERPRINT --install
\ No newline at end of file +step ca bootstrap --ca-url https://localhost:9000 --fingerprint $CA_FINGERPRINT --install
\ No newline at end of file |