Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 480 Bytes

File metadata and controls

11 lines (7 loc) · 480 Bytes

Device signing keys

keys/ 配下の PEM(秘密鍵・公開鍵ファイル)は Git に含めません。各環境で次を実行して生成してください。

uv run python scripts/generate_device_keys.py

This creates device1device4 key pairs and updates settings1.jsonsettings4.json with public_key_pem and peer_public_keys.

Copy each keys/deviceN_private.pem to the matching Raspberry Pi. Keep the same settingsN.json on that Pi.