docs: update test count and fix pki.md inaccuracies
Some checks failed
CI / Lint & Format (push) Failing after 16s
CI / Unit Tests (push) Has been skipped
CI / Memory Leak Check (push) Has been skipped
CI / SBOM Generation (push) Has been skipped
CI / Security Scan (push) Failing after 22s
CI / Security Tests (push) Has been skipped

- README: update test count from 283 to 337
- pki.md: fix environment variable names (PKI_CA_PASSWORD)
- pki.md: correct CLI usage examples (config via env/file)
- pki.md: update pki status output format
- pki.md: clarify revocation is API-only (no CLI command)
This commit is contained in:
Username
2025-12-25 19:24:17 +01:00
parent cd7a9e8340
commit 14c8d0d83d
2 changed files with 32 additions and 23 deletions

View File

@@ -386,7 +386,7 @@ flaskpaste/
│ └── api/
│ ├── __init__.py # Blueprint setup
│ └── routes.py # API endpoints
├── tests/ # Test suite (283 tests)
├── tests/ # Test suite (337 tests)
├── data/ # SQLite database
├── run.py # Development server
├── wsgi.py # Production WSGI entry