Skip to content

Commit

Permalink
update build
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Carrier committed Jun 17, 2024
1 parent 10c577e commit d4652b0
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
12 changes: 7 additions & 5 deletions docs/infrastructure/networking/certificates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -394,8 +394,8 @@
</li>

<li class="md-nav__item">
<a href="#creating-pem-file-for-haproxy" class="md-nav__link">
Creating pem file for haproxy
<a href="#creating-pem-file-for-haproxy-octoprint" class="md-nav__link">
Creating pem file for haproxy (octoprint)
</a>

</li>
Expand Down Expand Up @@ -868,8 +868,8 @@
</li>

<li class="md-nav__item">
<a href="#creating-pem-file-for-haproxy" class="md-nav__link">
Creating pem file for haproxy
<a href="#creating-pem-file-for-haproxy-octoprint" class="md-nav__link">
Creating pem file for haproxy (octoprint)
</a>

</li>
Expand Down Expand Up @@ -914,8 +914,10 @@ <h2 id="lets-encrypt">Lets Encrypt</h2>
ls<span class="w"> </span>.lego/certificates/
</code></pre></div>
<p>Copy <em>.crt and </em>.key to Caddy, HAProxy, Nginx config directory.</p>
<p><code>sudo chown caddy *.crt</code>
<code>sudo chown caddy *.key</code></p>
<p><a href="https://go-acme.github.io/lego/">lego</a></p>
<h2 id="creating-pem-file-for-haproxy">Creating pem file for haproxy</h2>
<h2 id="creating-pem-file-for-haproxy-octoprint">Creating pem file for haproxy (octoprint)</h2>
<div class="highlight"><pre><span></span><code>cat<span class="w"> </span>domain.com.crt<span class="w"> </span>domain.com.key<span class="w"> </span>&gt;<span class="w"> </span>combined.pem
</code></pre></div>

Expand Down
4 changes: 4 additions & 0 deletions docs/infrastructure/networking/vpn/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1100,6 +1100,10 @@ <h3 id="static-vpn-client-ips">Static VPN Client IPs</h3>
<td>bebop</td>
</tr>
<tr>
<td>192.168.100.17</td>
<td>ipad-m4</td>
</tr>
<tr>
<td>192.168.100.30</td>
<td>koality</td>
</tr>
Expand Down
Loading

0 comments on commit d4652b0

Please sign in to comment.