From c4a21531004fd60ea51a139193c4528bc664ecb6 Mon Sep 17 00:00:00 2001 From: Jenniferplusplus Date: Mon, 13 Nov 2023 21:03:32 -0600 Subject: use localhost for trust script, it works better --- trust.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trust.bash b/trust.bash index 300190d..0e3122f 100755 --- a/trust.bash +++ b/trust.bash @@ -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 -- cgit v1.2.3