mirror of
https://gitlab.com/fabinfra/fabaccess/FabFire-Provisioning-Tool.git
synced 2025-03-12 14:51:45 +01:00
Update README.md
This commit is contained in:
parent
04d5578e8e
commit
1407114e4a
15
README.md
15
README.md
@ -5,15 +5,16 @@ Using the cards requires a configured instance of the [fabfire adapter](https://
|
||||
|
||||
# Usage
|
||||
## Provisioning
|
||||
```shell
|
||||
cargo run -- --space "innovisionlab" --instance fabaccess.innovisionlab.de --contact https://innovisionlab.de/lostandfound --token "Testuser"
|
||||
```
|
||||
1. Replace `--space`, `--instance` and `--contact` with your own values.
|
||||
2. Set `--token` to the users username.
|
||||
You can supply your own keys and Application ID with the appropriate cmdline arguments, view `--help` for more information.
|
||||
1. Run the following command while replaceing `--space`, `--instance` and `--contact` with your own values and setting `--token` to the users username:
|
||||
```shell
|
||||
cargo run -- --space "innovisionlab" --instance fabaccess.innovisionlab.de --contact https://innovisionlab.de/lostandfound --token "Testuser"
|
||||
```
|
||||
You can supply your own keys and Application ID with the appropriate cmdline arguments, view `--help` for more information.
|
||||
|
||||
3. Add the provided `cardkey` from the output to the users entry in users.toml
|
||||
|
||||
## Formating Card
|
||||
```shell
|
||||
cargo run -- --format
|
||||
```
|
||||
Formats the card, deleting all files and keys.
|
||||
Formats the card, deleting all files and keys.
|
||||
|
Loading…
x
Reference in New Issue
Block a user