diff options
author | Jenniferplusplus <contact@jenniferplusplus.com> | 2023-11-12 15:27:50 -0600 |
---|---|---|
committer | Jenniferplusplus <contact@jenniferplusplus.com> | 2023-11-12 15:27:50 -0600 |
commit | 6054b96d9b02ab8c18100984f0570c328c2904a2 (patch) | |
tree | d2e6e58c67a9fb63b7c903f64acc9156c1b2e329 /trust.bash | |
parent | 2b65cf918a98455e360798cb6b75db58860cbf54 (diff) | |
download | sandcastles-6054b96d9b02ab8c18100984f0570c328c2904a2.tar.gz sandcastles-6054b96d9b02ab8c18100984f0570c328c2904a2.tar.bz2 sandcastles-6054b96d9b02ab8c18100984f0570c328c2904a2.zip |
configure traefik and smallstep
Diffstat (limited to 'trust.bash')
-rwxr-xr-x | trust.bash | 4 |
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 |