Updating_Enclave_Configuration_Files.htm 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. <!--------------------------------------------------------------------------->
  2. <!-- Copyright (c) 2016 Intel Corporation. -->
  3. <!-- -->
  4. <!-- All rights reserved. This program and the accompanying materials -->
  5. <!-- are made available under the terms of the Eclipse Public License v1.0 -->
  6. <!-- which accompanies this distribution, and is available at -->
  7. <!-- http://www.eclipse.org/legal/epl-v10.html -->
  8. <!-- -->
  9. <!-- Contributors: -->
  10. <!-- Intel Corporation - initial implementation and documentation -->
  11. <!--------------------------------------------------------------------------->
  12. <?xml version="1.0" encoding="utf-8"?>
  13. <html xmlns:MadCap="http://www.madcapsoftware.com/Schemas/MadCap.xsd" MadCap:lastBlockDepth="4" MadCap:lastHeight="987" MadCap:lastWidth="550">
  14. <head><title>Updating Enclave Configuration Files</title>
  15. <link href="Resources/Stylesheets/intel_css_styles.css" rel="stylesheet" type="text/css" />
  16. </head>
  17. <body>
  18. <h2>Updating Enclave Configuration Files</h2>
  19. <p>A configuration file is an important part in the definition of an enclave. Intel(R) SGX SDK signer tool requires such *.xml configuration file as necessary input.</p>
  20. <p>To update this configuration file, use the <b>Update Config</b> command:</p>
  21. <ol>
  22. <li>
  23. <p>Right-click on the root project, <b>Software Extension Guards Tools-&gt;Select Config File</b>.</p>
  24. <p>
  25. <img src="Resources/Images/Select_Configuration_File.png" />
  26. </p>
  27. <p class="figcap">Select Configuration File</p>
  28. </li>
  29. <li>
  30. <p>Click <b>OK</b> or double-click the selected configuration file to open the <b>Enclave Configuration Settings</b> dialog.</p>
  31. <p>
  32. <img src="Resources/Images/Enclave_Configuration_Settings.png" />
  33. </p>
  34. <p class="figcap">Enclave Configuration Settings</p>
  35. <p>For details on the meaning of the fields, see <i>Intel(R) Software Guard Extensions Developer Guide</i>.</p>
  36. </li>
  37. </ol>
  38. </body>
  39. </html>