mirror of
https://github.com/trailofbits/algo.git
synced 2025-06-06 15:13:56 +02:00
README: fix small typos (#1262)
This commit is contained in:
parent
f9702fb3df
commit
0177284fea
1 changed files with 2 additions and 2 deletions
|
@ -173,13 +173,13 @@ Note the admin username is `ubuntu` instead of `root` on providers other than Di
|
||||||
|
|
||||||
## Adding or Removing Users
|
## Adding or Removing Users
|
||||||
|
|
||||||
If you chose the save the CA certificate during the deploy process, then Algo's own scripts can easily add and remove users from the VPN server.
|
If you chose to save the CA certificate during the deploy process, then Algo's own scripts can easily add and remove users from the VPN server.
|
||||||
|
|
||||||
1. Update the `users` list in your `config.cfg`
|
1. Update the `users` list in your `config.cfg`
|
||||||
2. Open a terminal, `cd` to the algo directory, and activate the virtual environment with `source env/bin/activate`
|
2. Open a terminal, `cd` to the algo directory, and activate the virtual environment with `source env/bin/activate`
|
||||||
3. Run the command: `./algo update-users`
|
3. Run the command: `./algo update-users`
|
||||||
|
|
||||||
After this process completes, the Algo VPN server will contains only the users listed in the `config.cfg` file.
|
After this process completes, the Algo VPN server will contain only the users listed in the `config.cfg` file.
|
||||||
|
|
||||||
## Additional Documentation
|
## Additional Documentation
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue