tls_key_read
Diagnostic `nanook::admin::tls_key_read`
Summary
failed to read TLS private key `{0}`
Help
check that [admin].key points to a readable PEM file with the matching key
Details
When this fires
TlsConfig::from_pem_files could not read the private key file at [admin].key. Same shape as tls_cert_read, but for the key half.
What to check
0600owned by the agent user is the common floor for private keys.- If
certandkeyare swapped, rustls reportstls_buildinstead.