Changes

From Amahi Wiki
Jump to: navigation, search
116 bytes removed ,  01:08, 27 March 2017
== Install mod_ssl ==
''Fedora:mod_ssl''mod_ssl for Apache2 is required for this functionality. Luckily Fedora makes it easy.
<pre><nowiki>dnf -y install mod_ssl</nowiki></pre>
In order to generate a new key and certificate pair, you must to have the crypto-utils package installed in your system.
<pre><nowiki>dnf install crypto-utils</nowiki></pre>
 
''Ubuntu:''
Not needed, should already be installed. If not:
<pre><nowiki>sudo a2enmod ssl</nowiki></pre>
== Generate your own certificates ==
12,424

edits