浏览代码

0341: Create and Apply SSL Certificates to pfSense Web UI

i12bretro 2 年之前
父节点
当前提交
334d71518a
共有 1 个文件被更改,包括 11 次插入6 次删除
  1. 11 6
      0341.html

+ 11 - 6
0341.html

@@ -8,7 +8,7 @@
         <meta name="author" content="i12bretro">
         <meta name="description" content="Create and Apply SSL Certificates to pfSense Web UI">
         <meta name="viewport" content="width=device-width, initial-scale=1.0">
-        <meta name="revised" content="06/27/2022 08:12:35 PM" />
+        <meta name="revised" content="10/24/2022 10:51:06 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>
@@ -22,7 +22,13 @@
           </div>
           <div></div>
           <div id="content">
-          <h2>Create Your SSL Certificate</h2>
+          <h2>Prerequisites</h2>
+
+<ul>
+	<li class="noCheckbox">A XCA PKI database <a href="https://youtu.be/ezzj3x207lQ" target="_blank">https://youtu.be/ezzj3x207lQ</a></li>
+</ul>
+
+<h2>Create Your SSL Certificate</h2>
 
 <ol>
 	<li>Launch XCA</li>
@@ -84,12 +90,11 @@
 	<li>Scroll down to the bottom of the page and click Save</li>
 	<li><span>Click System &gt; Advanced from the top navigation</span></li>
 	<li><span>Select HTTPS for the Protocol</span></li>
-	<li>Select&nbsp;Web UI SSL from the SSL/TLS Certificate dropdown</li>
+	<li>Select Web UI SSL from the SSL/TLS Certificate dropdown</li>
 	<li>Scroll down to the bottom of the page and click Save</li>
 	<li>Wait a few seconds for the Web UI to restart</li>
-	<li>Update the address in the browser to&nbsp;https:// to test the change</li>
-</ol>
-          </div>
+	<li>Update the address in the browser to https:// to test the change</li>
+</ol>          </div>
         </div>
       </body>
     </html>