Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Corrected documentation errors #8

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,14 +116,14 @@ Here is the default configuration file included with FWPM:

```
[flags]
use_firmwarepassword: yes
use_fwpw: true
management_string_type: hash
custom_string:
use_reboot_on_exit:

[keyfile]
path: /YourVolume/this/location/example_keyfile.txt
use_obfuscation: No
use_obfuscation: false
remote_type: smb
server_path: server_path
username: user_name
Expand Down Expand Up @@ -154,7 +154,7 @@ The configuration file is broken up into sections roughly approximating the comm

Name | Type|Purpose
--------|---------|---------
use_firmwarepassword|Boolean|Turn FW password on or off.
use_fwpw|Boolean|Turn FW password on or off.
management_string_type|String|Select the type of management string to use: hash or custom_string. Hash will be used if no value is present. custom_string will use the value in the following variable.
custom_string|String|If you elect to use custom_string, enter it here.
use_reboot_on_exit|Boolean|If you want FWPM to force an immediate reboot on success.
Expand Down