@@ -260,14 +260,14 @@ The `SERVER_IP` environment variable is required. It defines the nexus-server ip
For now, the only supported combination of OS and architecture for nexus-exam is Linux/amd64. Furthermore, it cannot be built statically as some static libraries are missing.
```sh
make build_nexus-exam SERVER_IP=10.0.2.15
make build_nexus-exam
```
Running nexus-exam requires the `CERT` environment variable. It specifies the directory where the public certificate `ca-cert.pem` resides (typically in `nexus-server/certs/`).
To run it:
```sh
make run_nexus-exam CERT=$HOME SERVER_IP=10.0.2.15
CERT=$HOME SERVER_IP=10.0.2.15 make run_nexus-exam