diff options
author | Ernst Widerberg <ernst@sunet.se> | 2022-03-01 14:21:14 +0100 |
---|---|---|
committer | Ernst Widerberg <ernst@sunet.se> | 2022-03-01 14:21:14 +0100 |
commit | b4d8068530b94b2cc7a0cbd397b029fc8d9fcd68 (patch) | |
tree | a4a34e587faf99610254beebdd8c330ca7829d10 /do-as | |
parent | 39daeb344c3d2d885817041a97d2827ff8aa61fb (diff) |
Update README, do-as for collector's new https location
Diffstat (limited to 'do-as')
-rwxr-xr-x | do-as | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 "$@" |