github.com/muhammedhassanm/blockchain@v0.0.0-20200120143007-697261defd4d/sawtooth-core-master/utility/ias_proxy/packaging/ias_proxy.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 -- IAS Proxy Configuration
    19  #
    20  
    21  # This file (minus the .example extension) should exist in the defined config
    22  # directory and allows the IAS proxy to be configured without the need for
    23  # command line options.
    24  
    25  # The following is a possible example.
    26  
    27  # proxy_name and proxy_port are used to set the hostname/address and port,
    28  # respectively, that the proxy will bind to for listening for incoming
    29  # connections from IAS clients.
    30  
    31  proxy_name = localhost
    32  proxy_port = 8899
    33  
    34  # ias_url is the URL of the Intel Attestation Service (IAS) server.  The
    35  # example server is for debug enclaves only
    36  
    37  ias_url = 'https://test-as.sgx.trustedservices.intel.com:443'
    38  
    39  # spid_cert_file is the full path to the PEM-encoded certificate file that was
    40  # submitted to Intel in order to obtain a SPID
    41  
    42  spid_cert_file = '/full/path/to/certificate.pem'
    43  
    44  # server_name is the