Skip to content

Commit

Permalink
Add: sgx_default_qcnl.conf for Microsoft Azure
Browse files Browse the repository at this point in the history
  • Loading branch information
grydz committed Apr 23, 2024
1 parent 5125e25 commit 9657b55
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ RUN . "$GRAMINE_VENV/bin/activate" && \

WORKDIR /root

COPY sgx_default_qcnl.conf /etc/sgx_default_qcnl.conf
COPY Makefile .
COPY python.manifest.template .
COPY mse-run.sh /usr/local/bin/mse-run
Expand Down
22 changes: 22 additions & 0 deletions sgx_default_qcnl.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"pccs_url": "https://global.acccache.azure.net/sgx/certification/v3/",
"use_secure_cert": true,
"collateral_service": "https://global.acccache.azure.net/sgx/certification/v3/",
"pccs_api_version": "3.1",
"retry_times": 6,
"retry_delay": 5,
"local_pck_url": "http://169.254.169.254/metadata/THIM/sgx/certification/v3/",
"pck_cache_expire_hours": 24,
"verify_collateral_cache_expire_hours": 24,
"custom_request_options": {
"get_cert": {
"headers": {
"metadata": "true"
},
"params": {
"api-version": "2021-07-22-preview"
}
}
}
}

0 comments on commit 9657b55

Please sign in to comment.