revert: keep keystore at /var/lib/aitbc/keystore

- Revert keystore location changes back to /var/lib/aitbc/keystore
- Keep all code references pointing to original location
- Remove /opt/aitbc/keys directory
- Maintain consistency with existing codebase
- Keystore files remain at /var/lib/aitbc/keystore with proper permissions
This commit is contained in:
aitbc
2026-04-02 14:14:45 +02:00
parent b0bc57cc29
commit 4bb198172f
4 changed files with 430 additions and 90 deletions

View File

@@ -23,7 +23,7 @@ def keystore():
@click.option("--address", required=True, help="Wallet address (id) to create")
@click.option(
"--password-file",
default="/opt/aitbc/keys/.password",
default="/var/lib/aitbc/keystore/.password",
show_default=True,
type=click.Path(exists=True, dir_okay=False),
help="Path to password file",