Skip to content

Commit

Permalink
Remove debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
mosonyi committed Aug 22, 2023
1 parent fa28892 commit e5a06ec
Showing 1 changed file with 0 additions and 25 deletions.
25 changes: 0 additions & 25 deletions docker/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,29 +4,4 @@ set -e
# run aesmd in the background
/opt/intel/sgx-aesm-service/aesm/aesm_service

# for debugging: will be in the CI logs:
cat /etc/sgx_default_qcnl.conf

echo '{
"pccs_url": "https://ajuna-02.cluster.securitee.tech:8081/sgx/certification/v4/",
"use_secure_cert": false,
"collateral_service": "https://api.trustedservices.intel.com/sgx/certification/v4/",
"retry_times": 6,
"retry_delay": 10,
"pck_cache_expire_hours": 168,
"verify_collateral_cache_expire_hours": 168
}' > /etc/sgx_default_qcnl.conf

cat /etc/sgx_default_qcnl.conf

exec /usr/local/bin/integritee-service "${@}"

0 comments on commit e5a06ec

Please sign in to comment.