Generate_Signed_Enclaves.htm 2.1 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="912" MadCap:lastWidth="614">
  14. <head><title>Generate Signed Enclaves</title>
  15. <link href="Resources/Stylesheets/intel_css_styles.css" rel="stylesheet" type="text/css" />
  16. </head>
  17. <body>
  18. <h3>Generate Signed Enclaves</h3>
  19. <p>Generating signed enclave is the second step in the 2-Steps signing process. You should have the following files to complete this step:</p>
  20. <ul>
  21. <li>The <code>.hex</code> file generated with <b>Generate Hash</b> command</li>
  22. <li>The files produced from the external signing facility</li>
  23. <li>The signature of the <code>.hex</code> file</li>
  24. <li>The public verification key</li>
  25. </ul>
  26. <p>To generate signed encalves, use the following steps:</p>
  27. <ol>
  28. <li>
  29. <p>Right-click on the project root, and go to <b>Software Guard Extensions Tools menu → Two Step Sign Enclave → Generate Signed Enclave</b>.</p>
  30. <p>
  31. <img src="Resources/Images/Generate_Signed_Enclave_Dialog.png" />
  32. </p>
  33. <p>Generate Signed Enclave Dialog</p>
  34. </li>
  35. <li>Enter the inputs to all the fields and click <b>OK</b>.</li>
  36. </ol>
  37. </body>
  38. </html>