|
@@ -8,7 +8,7 @@
|
|
|
<meta name="author" content="i12bretro">
|
|
|
<meta name="description" content="Advanced Setup of hMailServer E-Mail Server Create and Apply SSL Cert">
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
- <meta name="revised" content="04/25/2022 03:11:11 PM" />
|
|
|
+ <meta name="revised" content="10/24/2022 10:12: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>
|
|
@@ -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>
|
|
@@ -47,10 +53,11 @@
|
|
|
<li>Click on the Extensions tab</li>
|
|
|
<li>Select End Entity from the type list</li>
|
|
|
<li>Click Edit next to Subject Alternative Name</li>
|
|
|
- <li>Add any DNS or IP addresses that the certificate will identify<br />
|
|
|
- smtp.domain<br />
|
|
|
+ <li>Add any DNS or IP addresses that the certificate will identify
|
|
|
+ <p>smtp.domain<br />
|
|
|
imap.domain<br />
|
|
|
- pop3.domain</li>
|
|
|
+ pop3.domain</p>
|
|
|
+ </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 Encipherment</li>
|
|
@@ -81,8 +88,9 @@
|
|
|
<li>Expand Settings > Advanced > SSL Certificates > Click Add...</li>
|
|
|
<li>Give the certificate a friendly name</li>
|
|
|
<li>Browse to the certificate and key files exported earlier
|
|
|
+ <p>NOTE: The .crt and .key files need to stay on the file system to be read by hMailServer. I place them in the hMailServer installation directory in a real world scenario</p>
|
|
|
+
|
|
|
<ul>
|
|
|
- <li>NOTE: The .crt and .key files need to stay on the file system to be read by hMailServer. I place them in the hMailServer installation directory in a real world scenario</li>
|
|
|
</ul>
|
|
|
</li>
|
|
|
<li>Click Save</li>
|
|
@@ -127,8 +135,7 @@
|
|
|
<li>Fill out the form to send a test e-mail > Click Send</li>
|
|
|
<li>Back in Thunderbird, click the Get Messages button</li>
|
|
|
<li>The test email should arrive in the inbox</li>
|
|
|
-</ol>
|
|
|
- </div>
|
|
|
+</ol> </div>
|
|
|
</div>
|
|
|
</body>
|
|
|
</html>
|