|
@@ -8,7 +8,7 @@
|
|
|
<meta name="author" content="i12bretro">
|
|
|
<meta name="description" content="Creating and Applying SSL Certificate to Apache HTTPD">
|
|
|
<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 09:26:18 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>
|
|
@@ -26,6 +26,12 @@
|
|
|
|
|
|
<p>Disclaimer: I am not a security expert. This is just the easiest way I have found to create and utilize SSL for my homelab services.</p>
|
|
|
|
|
|
+<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>
|
|
@@ -93,15 +99,14 @@
|
|
|
SSLCertificateFile /conf/certs/%ssl.crt file%<br />
|
|
|
SSLCertificateKeyFile /conf/certs/%ssl.key file%<br />
|
|
|
SSLCertificateChainFile /conf/certs/%ssl-chain.crt file%<br />
|
|
|
- </virtualhost></p>
|
|
|
+ </virtualhost><virtualhost :443=""></virtualhost></p>
|
|
|
</li>
|
|
|
<li>Restart the Apache Service</li>
|
|
|
<li>Open a web browser</li>
|
|
|
<li>Navigate to https://DNSorIP from your certificate</li>
|
|
|
<li>Click the lock and select view certificate</li>
|
|
|
<li>Validate the certificate and certificate chain being presented by Apache HTTPD</li>
|
|
|
-</ol>
|
|
|
- </div>
|
|
|
+</ol> </div>
|
|
|
</div>
|
|
|
</body>
|
|
|
</html>
|