diff options
author | Jenniferplusplus <contact@jenniferplusplus.com> | 2023-11-13 21:03:32 -0600 |
---|---|---|
committer | Jenniferplusplus <contact@jenniferplusplus.com> | 2023-11-13 21:03:32 -0600 |
commit | c4a21531004fd60ea51a139193c4528bc664ecb6 (patch) | |
tree | cfd52ebd333640fbd0e2355eea44b4bd53000f97 | |
parent | ab2fad26ce97105d37fc2c96cfc6967d80e00da9 (diff) | |
download | sandcastles-c4a21531004fd60ea51a139193c4528bc664ecb6.tar.gz sandcastles-c4a21531004fd60ea51a139193c4528bc664ecb6.tar.bz2 sandcastles-c4a21531004fd60ea51a139193c4528bc664ecb6.zip |
use localhost for trust script, it works better
-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 |