@@ -67,12 +67,12 @@ port = 8891
6767# Path to client certificate file for mutual TLS authentication
6868# Default: None (no client certificate)
6969# Environment variable: KEYLIME_TLS__CLIENT_CERT
70- client_cert = "/tmp/certs /client-cert.crt"
70+ client_cert = "/var/lib/keylime/cv_ca /client-cert.crt"
7171
7272# Path to client private key file for mutual TLS authentication
7373# Default: None (no client key)
7474# Environment variable: KEYLIME_TLS__CLIENT_KEY
75- client_key = "/tmp/certs /client-private.pem"
75+ client_key = "/var/lib/keylime/cv_ca /client-private.pem"
7676
7777# Password for encrypted client private key (if applicable)
7878# Default: None (no password)
@@ -82,13 +82,13 @@ client_key = "/tmp/certs/client-private.pem"
8282# List of trusted CA certificate file paths for server verification
8383# Default: [] (empty list - uses system CA store)
8484# Environment variable: KEYLIME_TLS__TRUSTED_CA (comma-separated)
85- trusted_ca = ["/tmp/certs /cacert.crt"]
85+ trusted_ca = ["/var/lib/keylime/cv_ca /cacert.crt"]
8686
8787# Whether to verify server certificates
8888# Default: true
8989# Environment variable: KEYLIME_TLS__VERIFY_SERVER_CERT
9090# WARNING: Only disable for testing - never in production!
91- verify_server_cert = false
91+ verify_server_cert = true
9292
9393# Whether to enable mutual TLS for agent communications
9494# Default: true
@@ -228,4 +228,4 @@ max_retries = 3
228228# 7. ~/.keylimectl.toml (user-specific)
229229# 8. $XDG_CONFIG_HOME/keylime/keylimectl.conf (XDG standard)
230230#
231- # If no configuration files are found, keylimectl works with defaults.
231+ # If no configuration files are found, keylimectl works with defaults.
0 commit comments