Skip to content

netsec-ethz/bootstrapperless-endhost-configurator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SCION Endhost Configurator

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.

Building

Build the binary

make build

Or manually:

go build -o endhost-configurator .

Usage

Basic usage

./endhost-configurator

Specify custom output directory

./endhost-configurator -o /path/to/scion/config
# or
./endhost-configurator --out-directory /path/to/scion/config

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published