Skip to content

Commit

Permalink
Module already added in startup.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
elondust authored Dec 30, 2022
1 parent bbee51f commit c3c476d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 21 deletions.
17 changes: 3 additions & 14 deletions encrypt_arclight/cert.html
Original file line number Diff line number Diff line change
Expand Up @@ -236,18 +236,8 @@ <h1 id="onboarding-resources">
</h1>
<p>
As a security recommendation, it is always a good practice to
encrypt the data sent across the Internet. You can encrypt both
your arclight connection as well as the VNC console connection to
your virtual machines. With the Apache web server on Ubuntu you
can enable HTTPS traffic using the following command:
</p>
<pre><code class="language-sh">sudo a2enmod ssl</code></pre>

<p>
If you are using a domain name, you can use a Certificate
Authority such as Let’s Encrypt to create a free validated SSL
certificate. To get started we will need to create an Apache site
configuration file for your domain. We will using the domain
encrypt the data sent across the Internet. Use Let’s Encrypt to create a free validated SSL
certificate for your domain. We will using the domain
mydomain.com for this example. The new config file should end with
the .conf extension and be located in the
<code>/etc/apache2/sites-available/</code> directory. To create a
Expand Down Expand Up @@ -316,8 +306,7 @@ <h1 id="onboarding-resources">

<p>
To create the SSL Certificate and Apache configuration file run
the following command, Select your domain and choose redirect all
traffic to the HTTPS protocol.
the following command, Select your domain and choose No redirect in the last one.
</p>
<pre><code class="language-sh">sudo certbot --apache</code></pre>
<p>Restart arc api to save changes.</p>
Expand Down
7 changes: 0 additions & 7 deletions encrypt_arclight/self-cert.html
Original file line number Diff line number Diff line change
Expand Up @@ -234,13 +234,6 @@ <h1 id="onboarding-resources">
<a class="header" href="#onboarding-resources">Add Reverse Proxy & Encrypt Arclight with self-signed
certificate</a>
</h1>
<p>
As a security recommendation, it is always a good practice to
encrypt your the data sent across the Internet. With the Apache web server on Ubuntu you can
enable https traffic using the following command:
</p>
<pre><code class="language-sh">sudo a2enmod ssl</code></pre>

<p>
Ubuntu has a configuration already setup to be used with a
self-signed certificate. It can be activated by using the
Expand Down

0 comments on commit c3c476d

Please sign in to comment.