summaryrefslogtreecommitdiffstats
path: root/trust.bash
diff options
context:
space:
mode:
Diffstat (limited to 'trust.bash')
-rwxr-xr-xtrust.bash4
1 files changed, 4 insertions, 0 deletions
diff --git a/trust.bash b/trust.bash
new file mode 100755
index 0000000..300190d
--- /dev/null
+++ b/trust.bash
@@ -0,0 +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