Enrolment
TS 102 941
Open V2X PKI · ETSI Release 2
Open V2X PKI Testbed · Europe
Built up.
Taken down.
Never fallen.
Public C-ITS PKI for V2X integrators in Europe. ETSI Release 2 · CCMS wire-aligned · multi-curve · in production. Open in your terminal. No portal, no signup.
Enrolment
TS 102 941
Authorization
TS 102 941
Trust lists
RCA-CTL · TLM-ECTL
Misbehaviour
TS 103 759
Curves
NIST P-256 · Brainpool P-256r1 · P-384r1
Why Castell
A castell is a human tower from Catalonia — UNESCO intangible heritage since 2010. Each tier of people holds the tier above it. The base — the pinya — is wide, dense, immovable. The top — the anxaneta — is a child, light, ephemeral; once they touch the sky the tower disassembles cleanly.
A PKI works the same way: a Root CA holds an authority layer holds a short-lived AT cert that signs one message and rotates. If the base moves, the tower falls — a trust anchor compromise is exactly that. Build it up cleanly. Take it down cleanly. Never let it fall.
Castell is the name we gave the testbed so the picture of how the trust is built — and how it should come down — stays in mind.
Castell · PKI
Quickstart
Trust anchor, discovery, ECTL. From any shell.
# Trust anchor (RCA cert, COER, ~191B) curl https://pki.skyv2x.com/trustanchor -o root.cert # Discovery — curves, endpoints, anchor hashes curl https://pki.skyv2x.com/capabilities | jq # European Trust List, TLM-signed curl https://pki.skyv2x.com/getectl -o ectl.bin # Misbehaviour Authority cert (TS 103 759) curl https://pki.skyv2x.com/ma -o ma.cert
Trust anchors
Pin by HashedId8 or SHA-256. Re-fetch /capabilities for current values.
Surface
Discovery
Trust material
Trust lists
Enrolment · authorization · misbehaviour
Transparency
Cryptography
Sign and verify with whichever curve your stack expects. ECIES envelopes and certificate signatures both honour the curve choice.
FIPS 186-5 · RFC 6090. The baseline ETSI / IEEE 1609.2 curve. Default in virtually every C-ITS stack shipping today.
Brainpool 256-bit. Required by some EU national profiles and BSI-aligned deployments.
Brainpool 384-bit. Higher security level for long-lived sub-CA certificates.