agent { log_level = "DEBUG" trust_domain = "production.other" server_address = "spire-server.production.other" server_port = 443 # Insecure bootstrap is NOT appropriate for production use but is ok for # simple testing/evaluation purposes. insecure_bootstrap = true } plugins { KeyManager "disk" { plugin_data { directory = "./" } } NodeAttestor "http_challenge" { plugin_data { hostname = "test.production.other" port = 81 } } WorkloadAttestor "systemd" { plugin_data {} } }