Documentation Index
Fetch the complete documentation index at: https://docs.clawker.dev/llms.txt
Use this file to discover all available pages before exploring further.
clawker auth rotate
Rotate control plane auth materialSynopsis
Check and rotate authentication material for the control plane. Without —force, checks all auth files and creates any that are missing. Existing valid material is not modified (idempotent). With —force, regenerates the CA certificate, server certificate, and signing key. The CP must be restarted to pick up new material. Auth material:- CA certificate and key (signs server and client certs, 5-year validity)
- CLI signing key and JWK (ES256 for OAuth2 private_key_jwt auth)
- Server TLS certificate and key (signed by CLI CA, 1-year validity)
- Client mTLS certificate and key (signed by CLI CA, 1-year validity)
Examples
Options
Options inherited from parent commands
See also
- clawker auth - Manage control plane authentication material