Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,17 @@ RADIUS messages used to authenticate users and for session accounting are transm

## Container Deployment

1. Un-zip and untar the Helium_RadSec_Docker.tag.gz file into the directory of your choice on the host machine. This will unpack the following items:
1. Clone or download/extract this repository into the directory of your choice on the host machine. This will bring the following items:
- Dockerfile - The docker instructions on how to build the container
- Radsecproxy.conf - The radsecproxy config file prepopulated to connect to Helium Network AAA servers
- docker-compose.yml - file to start and stop the container as a daemon.

```bash
# tar -xvzf Helium_RadSec_Docker.tag.gz
# git clone https://github.com/novalabsxyz/radsec-proxy.git
```
or
```bash
# wget -qO- https://github.com/novalabsxyz/radsec-proxy/archive/refs/heads/main.zip | tar -xvzf -

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we add the tar command to the other option?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes @jthiller so download + extract with a single line

```

2. Into the same directory copy the 3 certificates obtained from Helium Network
Expand Down