diff options
| author | tfasano1 <tfasano1@binghamton.edu> | 2021-07-29 16:52:44 -0400 |
|---|---|---|
| committer | tfasano1 <tfasano1@binghamton.edu> | 2021-07-29 16:52:44 -0400 |
| commit | f9a28b78ad32bd54ea35afd456b27b0dedf6c9a5 (patch) | |
| tree | fb045eae71f60a03931a742416f54ff8cbc1c3f5 | |
| parent | ec8540967e9c87ad0c72bb2ba6f32faaf477c104 (diff) | |
Note that ssl certificates not neded for tor
| -rw-r--r-- | auth.html | 2 | ||||
| -rw-r--r-- | tor.html | 5 |
2 files changed, 5 insertions, 2 deletions
@@ -114,7 +114,7 @@ <p>Reload nginx and you're good to go!</p> - <strong>Contributor</strong> - <a href="https://tomfasano.xyz" target="_blank">tomfasano.xyz</a> + <strong>Contributor</strong> - <a href="https://tomfasano.co" target="_blank">tomfasano.co</a> </main> <footer><a href="https://landchad.net">LandChad.net</a></br>Because Everyone should be an Internet LandChad.</br><a href="index.html"><li><img src="pix/chad.gif" alt="chad"></li></a><a href="rss.xml"><li><img src="pix/rss.svg" alt="RSS"></li></a><a href="pix/btc.png"><li><img src="pix/btc.svg" alt="BTC"></li></a><a href="pix/xmr.png"><li><img src="pix/xmr.svg" alt="XMR"></li></a><a href="https://github.com/lukesmithxyz/landchad"><li><img src="pix/git.svg" alt="Github"></li></a></footer> @@ -89,7 +89,10 @@ HiddenServicePort 80 127.0.0.1:80</code></pre> <pre><code>apt update apt install tor</code></pre> - <p><strong>Contributor</strong> - <a href="https://tomfasano.xyz" target="_blank">tomfasano.xyz</a></p> + <h4>Note:</h4> + <p>You do <u>not</u> need to run certbot for an ssl certificate. HTTP over tor is plenty secure!</p> + + <p><strong>Contributor</strong> - <a href="https://tomfasano.co" target="_blank">tomfasano.co</a></p> </main> <footer><a href="https://landchad.net">LandChad.net</a></br>Because Everyone should be an Internet LandChad.</br><a href="index.html"><li><img src="pix/chad.gif" alt="chad"></li></a><a href="rss.xml"><li><img src="pix/rss.svg" alt="RSS"></li></a><a href="pix/btc.png"><li><img src="pix/btc.svg" alt="BTC"></li></a><a href="pix/xmr.png"><li><img src="pix/xmr.svg" alt="XMR"></li></a><a href="https://github.com/lukesmithxyz/landchad"><li><img src="pix/git.svg" alt="Github"></li></a></footer> |
