mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-03-21 17:41:52 +00:00
Update README with new format
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user