From b4d8068530b94b2cc7a0cbd397b029fc8d9fcd68 Mon Sep 17 00:00:00 2001 From: Ernst Widerberg Date: Tue, 1 Mar 2022 14:21:14 +0100 Subject: Update README, do-as for collector's new https location --- do-as | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'do-as') diff --git a/do-as b/do-as index 8d5cdaa..87c5a72 100755 --- a/do-as +++ b/do-as @@ -14,4 +14,4 @@ shift shift JWT=$(curl http://localhost:8000/api/v1.0/auth -X POST -p -u "$USER:pwd" | jq -r .access_token) -curl -s -H "Authorization: Bearer $JWT" http://localhost:80/sc/v0/$CMD "$@" +curl -s -H "Authorization: Bearer $JWT" https://localhost:1443/sc/v0/$CMD "$@" -- cgit v1.1