|
@@ -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>
|