Running nexus-exam requires `SERVER_IP` and `CERT` environment variables. The former defines the nexus-server ip address; it must match the address defined in `config/certs/nexus-server.info` (typically 127.0.0.1 for a development server). The latter specifies the directory where the public certificate `ca-cert.pem` resides (typically in `nexus-server/certs/`):
```sh
CERT=$HOME SERVER_IP=10.0.2.15 make run_nexus-exam
make run_nexus-exam SERVER_IP=10.0.2.15 CERT=$HOME