Update README with new format

This commit is contained in:
Jamil Bou Kheir
2021-10-05 19:47:54 +00:00
parent e6612f1361
commit 95cbd5fab4
3 changed files with 7 additions and 5 deletions

View File

@@ -156,7 +156,7 @@ listed above, follow these steps to setup and install Firezone:
default['firezone']['ssl']['certificate_key'] = '/path/to/key.pem'
```
6. Reconfigure the application to pick up the new changes: `sudo firezone-ctl reconfigure`.
7. Finally, create an admin user with `sudo firezone-ctl create_admin`.
7. Finally, create an admin user with `sudo firezone-ctl create-admin`.
The login credentials will be printed to the console output.
8. Now you should be able to log into the web UI at the FQDN you specified in
step 5 above, e.g. `https://firezone.example.com`
@@ -177,15 +177,17 @@ Your Firezone installation can be managed via the `firezone-ctl` command, as sho
root@demo:~# firezone-ctl
I don't know that command.
omnibus-ctl: command (subcommand)
create_admin
Create an Admin user
General Commands:
cleanse
Delete *all* firezone data, and start from scratch.
create-admin
Create an Admin user.
help
Print this help message.
reconfigure
Reconfigure the application.
reset-network
Resets nftables, WireGuard interface, and routing table back to Firezone defaults.
show-config
Show the configuration that would be generated by reconfigure.
uninstall

View File

@@ -2,7 +2,7 @@
require 'mixlib/shellout'
add_command_under_category 'create-admin', 'general', 'Create an Admin user', 2 do
add_command_under_category 'create-admin', 'general', 'Create an Admin user.', 2 do
command = %W(
chef-client
-z

View File

@@ -3,7 +3,7 @@
require "mixlib/shellout"
add_command_under_category "reset-network", "general", "Resets nftables, WireGuard interface, "\
"and routing table back to Firezone defaults", 2 do
"and routing table back to Firezone defaults.", 2 do
command = %W(
chef-client
-z