You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Then you will need to provision the middleware config:
42
43
```
43
-
sh middleware/middleware-push-config.sh
44
-
sh middleware/middleware-push-whitelist.sh
45
-
sh middleware/middleware-push-whitelist.sh
44
+
cd middleware
45
+
sh middleware-push-config.sh
46
+
sh middleware-push-whitelist.sh
47
+
sh middleware-push-institution.sh
46
48
```
47
49
Then, bootstrap the SRAA. For this, you will need to have a Yubikey. Replace Yubikey_ID with the number that is printed on your yubikey. It should be 8 characters. If it is less, prepend it with 0's
0 commit comments