- netboot-base.nix with SSH key auth - Launch scripts for node01/02/03 - Node configuration.nix and disko.nix - Nix modules for first-boot automation 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
695 B
695 B
Node03 Secrets Directory
This directory contains TLS certificates and cluster configuration for node03.
Files
Required (to be populated by S3 - TLS Certificate Generation)
ca.crt- Certificate Authority certificate (shared across all nodes)node03.crt- Node03 TLS certificatenode03.key- Node03 TLS private key (permissions: 0400)
Already Present
cluster-config.json- Cluster configuration for Raft bootstrap
Permissions
After copying certificates:
chmod 644 ca.crt
chmod 644 node03.crt
chmod 400 node03.key
chown root:root *
Provisioning
These files will be deployed to /etc/nixos/secrets/ during nixos-anywhere provisioning (S5).