Skip to content

Commit

Permalink
script updates for IIW
Browse files Browse the repository at this point in the history
  • Loading branch information
pfeairheller committed Apr 20, 2023
1 parent 6d162d5 commit 55e4015
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM gleif/keri:latest
FROM gleif/keri:1.0.0

RUN apt-get update && apt-get install -y openssh-server

Expand Down
2 changes: 1 addition & 1 deletion scripts/kassh.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
kli init --name kassh --salt 0ACDEyMzQ1Njc4OWxtbm9dEf --nopasscode --config-dir ${KASSH_SCRIPT_DIR} --config-file demo-witness-oobis
kli incept --name kassh --alias kassh --file ${KASSH_SCRIPT_DIR}/incept.json

kli oobi resolve --name kassh --oobi-alias schema --oobi http://192.168.86.207:7723/oobi/EKgMCHV98k4xz2rJnt2x556pGBCUfA6n5x03mvQv5tPo
kli oobi resolve --name kassh --oobi-alias schema --oobi http://10.254.41.113:7723/oobi/EKgMCHV98k4xz2rJnt2x556pGBCUfA6n5x03mvQv5tPo

kassh server start --name kassh --alias kassh
6 changes: 3 additions & 3 deletions scripts/keri/cf/demo-witness-oobis.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"dt": "2022-01-20T12:57:59.823350+00:00",
"iurls": [
"http://192.168.86.207:5642/oobi/BBilc4-L3tFUnfM_wJr4S4OJanAv_VmF_dJNN6vkf2Ha/controller",
"http://192.168.86.207:5643/oobi/BLskRTInXnMxWaGqcpSyMgo0nYbalW99cGZESrz3zapM/controller",
"http://192.168.86.207:5644/oobi/BIKKuvBwpmDVA4Ds-EpL5bt9OqPzWPja2LigFYZN2YfX/controller"
"http://10.254.41.113:5642/oobi/BBilc4-L3tFUnfM_wJr4S4OJanAv_VmF_dJNN6vkf2Ha/controller",
"http://10.254.41.113:5643/oobi/BLskRTInXnMxWaGqcpSyMgo0nYbalW99cGZESrz3zapM/controller",
"http://10.254.41.113:5644/oobi/BIKKuvBwpmDVA4Ds-EpL5bt9OqPzWPja2LigFYZN2YfX/controller"
]
}

0 comments on commit 55e4015

Please sign in to comment.