File tree Expand file tree Collapse file tree 3 files changed +34
-6
lines changed
overlays/sgx_ecdsa_inproc_quote Expand file tree Collapse file tree 3 files changed +34
-6
lines changed Original file line number Diff line number Diff line change 1
- PCCS_URL=https://localhost:8081/sgx/certification/v3/
2
- USE_SECURE_CERT=FALSE
1
+ {
2
+ // *** ATTENTION : This file is in JSON format so the keys are case sensitive. Don't change them.
3
+
4
+ // This sample is a typical config file for a development environment which has a local PCCS setup
5
+ // QPL will get PCK certificates as well as quote verification collateral from the local PCCS service
6
+ // The PCCS service uses self-signed certificates
7
+ // You should choose the correct PCCS API version. "3.1" will return CRL in raw DER format
8
+ // It is recommended to use "3.1" for DCAP 1.12 release and later
9
+
10
+ //PCCS server address
11
+ "pccs_url": "https://localhost:8081/sgx/certification/v4/",
12
+
13
+ // To accept insecure HTTPS certificate, set this option to false
14
+ "use_secure_cert": false,
15
+
16
+ "pccs_api_version": "3.1"
17
+ }
Original file line number Diff line number Diff line change 21
21
securityContext :
22
22
readOnlyRootFilesystem : true
23
23
allowPrivilegeEscalation : false
24
- capabilities :
25
- add : ["IPC_LOCK"]
26
24
resources :
27
25
limits :
28
26
sgx.intel.com/epc : " 512Ki"
Original file line number Diff line number Diff line change 1
- PCCS_URL=https://localhost:8081/sgx/certification/v3/
2
- USE_SECURE_CERT=FALSE
1
+ {
2
+ // *** ATTENTION : This file is in JSON format so the keys are case sensitive. Don't change them.
3
+
4
+ // This sample is a typical config file for a development environment which has a local PCCS setup
5
+ // QPL will get PCK certificates as well as quote verification collateral from the local PCCS service
6
+ // The PCCS service uses self-signed certificates
7
+ // You should choose the correct PCCS API version. "3.1" will return CRL in raw DER format
8
+ // It is recommended to use "3.1" for DCAP 1.12 release and later
9
+
10
+ //PCCS server address
11
+ "pccs_url": "https://localhost:8081/sgx/certification/v4/",
12
+
13
+ // To accept insecure HTTPS certificate, set this option to false
14
+ "use_secure_cert": false,
15
+
16
+ "pccs_api_version": "3.1"
17
+ }
You can’t perform that action at this time.
0 commit comments