14 lines
728 B
Markdown
14 lines
728 B
Markdown
# Synthetic RPKI test data
|
|
|
|
`generate_repository.py` creates a fresh RFC-shaped RPKI hierarchy with new
|
|
keys for each test process. It provides TAL/TA bootstrap files, CA/CRL,
|
|
manifest, ROA, ASPA, RRDP snapshot and delta documents, and a locally issued
|
|
HTTPS certificate. `serve_repository.py` is the deliberately minimal HTTPS
|
|
server used by the deterministic runtime and Docker tests.
|
|
|
|
No RIR production TAL, certificate, publication-point object, cache, or live
|
|
network request is included in this directory. The generator requires Python
|
|
`cryptography`, OpenSSL's `cms` command, and Python 3; CI installs those test
|
|
tools explicitly. Test output is created under a temporary directory and is
|
|
not part of a release artifact.
|