|
@@ -4,11 +4,11 @@
|
|
|
<title>Create and Apply SSL Certificate to Aria2 RPC Interface</title>
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
|
|
<meta charset="UTF-8">
|
|
|
- <meta name="keywords" content="How To,Tutorial,i12bretro,Aria2,Web UI,Web Downloader,Web Based Utilities,AriaNg,FOSS,SSL,Certificates,PKI">
|
|
|
+ <meta name="keywords" content="Aria2,Web UI,Web Downloader,Web Based Utilities,AriaNg,FOSS,SSL,Certificates,PKI,How To,Tutorial,i12bretro">
|
|
|
<meta name="author" content="i12bretro">
|
|
|
<meta name="description" content="Create and Apply SSL Certificate to Aria2 RPC Interface">
|
|
|
<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 11:06:58 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>
|
|
@@ -62,7 +68,7 @@
|
|
|
<ol>
|
|
|
<li>In XCA, click on the Certificates tab</li>
|
|
|
<li>Right click the SSL certificate > Export > File</li>
|
|
|
- <li>Set the file name to aria2.p12 and verify the export format is PKCS#12 chain (*.p12)</li>
|
|
|
+ <li>Set the file name to aria2.p12 and verify the export format is PKCS#12 chain (*.p12)</li>
|
|
|
<li>Click OK</li>
|
|
|
<li>Leave the passwords blank > Click OK</li>
|
|
|
</ol>
|
|
@@ -81,8 +87,7 @@
|
|
|
<li>Relaunch aria2c either via command line or scheduled task</li>
|
|
|
<li>Load your aria2 web UI of choice</li>
|
|
|
<li>Update the RPC connection to enable SSL</li>
|
|
|
-</ol>
|
|
|
- </div>
|
|
|
+</ol> </div>
|
|
|
</div>
|
|
|
</body>
|
|
|
</html>
|