Skip to content

Commit 3cbd5f6

Browse files
committed
kbs/config: Add example config for keylime AS
Create an example config file to show how one could configure the KBS to use Keylime as an alternative attestation service. Signed-off-by: Tyler Fanelli <[email protected]>
1 parent 33cf84d commit 3cbd5f6

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
[http_server]
2+
insecure_http = true
3+
4+
[attestation_token]
5+
trusted_cert_paths = ["/var/lib/keylime/cv_ca/server-cert.crt"]
6+
insecure_key = true
7+
8+
[attestation_service]
9+
type = "keylime-tee"
10+
base_url = "https://0.0.0.0:8881"
11+
api_version_major = 2
12+
api_version_minor = 4
13+
developer_name = "test"
14+
build_name = "test"
15+
cv_ca_path = "/var/lib/keylime/cv_ca"
16+
17+
[[plugins]]
18+
name = "resource"
19+
type = "LocalFs"
20+
dir_path = "/opt/confidential-containers/kbs/repository"
21+
22+
[admin]
23+
insecure_api = true

0 commit comments

Comments
 (0)