Browse Source

0004: Creating a Self-Signed Public Key Infrastructure (PKI)

i12bretro 2 years ago
parent
commit
58a0367b85
1 changed files with 4 additions and 5 deletions
  1. 4 5
      0004.html

+ 4 - 5
0004.html

@@ -8,7 +8,7 @@
         <meta name="author" content="i12bretro">
         <meta name="description" content="Creating a Self-Signed Public Key Infrastructure (PKI)">
         <meta name="viewport" content="width=device-width, initial-scale=1.0">
-        <meta name="revised" content="03/24/2022 08:30:25 PM" />
+        <meta name="revised" content="09/03/2022 09:37:50 AM" />
 				          <link rel="icon" type="image/x-icon" href="includes/favicon.ico">
 				  <script type="text/javascript" src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
 				        <script type="text/javascript" src="includes/js/steps.js"></script>
@@ -60,7 +60,7 @@
 	<li>Select Certificate Authority from the type list</li>
 	<li>Update the validity dates to fit your needs</li>
 	<li>Click the Key Usage tab</li>
-	<li>Under Key Usage select Digital Signature, Key Agreement and Certificate Sign</li>
+	<li>Under Key Usage select Digital Signature, Key Encipherment and Certificate Sign</li>
 	<li>Click OK to create the certificate</li>
 </ol>
 
@@ -88,11 +88,10 @@
 	<li>Select Certificate Authority from the type list</li>
 	<li>Update the validity dates to fit your needs</li>
 	<li>Click the Key Usage tab</li>
-	<li>Under Key Usage select Digital Signature, Key Agreement and Certificate Sign</li>
+	<li>Under Key Usage select Digital Signature, Key Encipherment and Certificate Sign</li>
 	<li>Click OK to create the certificate</li>
 	<li>From this point forward, use the intermediate certificate to create end entity certificates</li>
-</ol>
-          </div>
+</ol>          </div>
         </div>
       </body>
     </html>