A CLI tool to configure SCION endhost topology by interactively collecting configuration parameters and generating the required configuration files.
This is especially useful for setting up a SCION node on deployments that do no use the SCION bootstrapper, e.g., some Anapaya's deployments.
make build
Or manually:
go build -o endhost-configurator .
./endhost-configurator
./endhost-configurator -o /path/to/scion/config
# or
./endhost-configurator --out-directory /path/to/scion/config