mirror of
https://gitlab.com/fabinfra/fabaccess/FabFire-Provisioning-Tool.git
synced 2025-03-12 14:51:45 +01:00
19 lines
748 B
Markdown
19 lines
748 B
Markdown
FabFire Provisioning Tool
|
|
===
|
|
Tool for provisioning new cards for use with the FabAccess card system.
|
|
Using the cards requires a configured instance of the [fabfire adapter](https://gitlab.com/fabinfra/fabaccess/fabfire_adapter).
|
|
|
|
# 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.
|
|
|
|
## Formating Card
|
|
```shell
|
|
cargo run -- --format
|
|
```
|
|
Formats the card, deleting all files and keys. |