Skip to content

Commit

Permalink
Update fedora-qiot.ks
Browse files Browse the repository at this point in the history
updated links to truststore and keystore after renaming repos
  • Loading branch information
andreabattaglia authored Apr 19, 2021
1 parent fa70d3e commit c58a897
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fedora-qiot.ks
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,8 @@ mkdir -p /var/home/edge/qiot/driver
mkdir -p /var/home/edge/qiot/containers/sensor/base/test
mkdir -p /var/home/edge/qiot/containers/sensor/service
mkdir -p /var/home/edge/qiot/containers/edge/volume/https
curl -LJ https://github.com/qiot-project/qiot-datahub-registration/raw/v2/src/main/resources/certs/https/client.ks -o /var/home/edge/qiot/containers/edge/volume/https/client.ks
curl -LJ https://github.com/qiot-project/qiot-datahub-registration/raw/v2/src/main/resources/certs/https/client.ts -o /var/home/edge/qiot/containers/edge/volume/https/client.ts
curl -LJ https://github.com/qiot-project/qiot-covid19-datahub-registration/blob/main/src/main/resources/certs/https/client.ks -o /var/home/edge/qiot/containers/edge/volume/https/client.ks
curl -LJ https://github.com/qiot-project/qiot-covid19-datahub-registration/blob/main/src/main/resources/certs/https/client.ts -o /var/home/edge/qiot/containers/edge/volume/https/client.ts
chown edge:edge -R /var/home/edge
chmod 777 /var/home/edge/qiot/containers/edge/volume

Expand Down

0 comments on commit c58a897

Please sign in to comment.