github.com/muhammedhassanm/blockchain@v0.0.0-20200120143007-697261defd4d/sawtooth-core-master/consensus/poet/sgx/packaging/poet_enclave_sgx.toml.example (about)

     1  #
     2  # Copyright 2017 Intel Corporation
     3  #
     4  # Licensed under the Apache License, Version 2.0 (the "License");
     5  # you may not use this file except in compliance with the License.
     6  # You may obtain a copy of the License at
     7  #
     8  #     http://www.apache.org/licenses/LICENSE-2.0
     9  #
    10  # Unless required by applicable law or agreed to in writing, software
    11  # distributed under the License is distributed on an "AS IS" BASIS,
    12  # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    13  # See the License for the specific language governing permissions and
    14  # limitations under the License.
    15  # ------------------------------------------------------------------------------
    16  
    17  #
    18  # Sawtooth -- PoET SGX Enclave Configuration
    19  #
    20  
    21  # spid is a 32-digit hex string tied to the enclave implementation
    22  
    23  spid = 'DEADBEEF00000000DEADBEEF00000000'
    24  
    25  # ias_url is the URL of the Intel Attestation Service (IAS) server.  The 
    26  # example server is for debug enclaves only
    27  
    28  ias_url = 'https://test-as.sgx.trustedservices.intel.com:443'
    29  
    30  # spid_cert_file is the full path to the PEM-encoded certificate file that was
    31  # submitted to Intel in order to obtain a SPID
    32  
    33  spid_cert_file = '/full/path/to/certificate.pem'