mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2024-11-15 00:19:25 +01:00
pages/ext/identifying: TODO: Test HexChat CertFP on **Windows**.
1. Generate the certificate. 2. Add the certificate to NickServ. 3. Put the certificate to HexChat folder. 4. Check the settings. 5. Connect and identify with the certificate. Pre-requirements: clean Windows environment (Virtual?).
This commit is contained in:
parent
f5d6d6aa73
commit
6e446a7dfb
5
pages/external/identifying.html
vendored
5
pages/external/identifying.html
vendored
@ -106,7 +106,7 @@ config networks.<network>.sasl.password NSPASSWORD</code></pre>
|
|||||||
<p>Oh, and <strong>don't close your terminal yet</strong> as you will need it for HexChat.</p>
|
<p>Oh, and <strong>don't close your terminal yet</strong> as you will need it for HexChat.</p>
|
||||||
<h3 id="telling-your-client-or-bouncer-to-use-the-cert.">Telling your client (or bouncer to use the cert).</h3>
|
<h3 id="telling-your-client-or-bouncer-to-use-the-cert.">Telling your client (or bouncer to use the cert).</h3>
|
||||||
<h4 id="hexchat-1">HexChat</h4>
|
<h4 id="hexchat-1">HexChat</h4>
|
||||||
<p>Create a folder "certs" to your HexChat config and copy the .pem file there and copy and rename it as <code>client.pem</code>.</p>
|
<p>Create a folder "certs" to your HexChat config and copy the .pem file there and copy and rename it as <code>client.pem</code>. Windows users: skip the following two commands and go under topic "Windows" below.</p>
|
||||||
<pre><code>mkdir -p ~/.config/hexchat/certs/
|
<pre><code>mkdir -p ~/.config/hexchat/certs/
|
||||||
cp YOURNICKNAMEHERE.pem ~/.config/hexchat/certs/client.pem</code></pre>
|
cp YOURNICKNAMEHERE.pem ~/.config/hexchat/certs/client.pem</code></pre>
|
||||||
<p>Now open your HexChat and press <code>CTRL + S</code> or go to <code>HexChat --> Network list</code> and check the settings for the networks that you use.</p>
|
<p>Now open your HexChat and press <code>CTRL + S</code> or go to <code>HexChat --> Network list</code> and check the settings for the networks that you use.</p>
|
||||||
@ -118,6 +118,9 @@ cp YOURNICKNAMEHERE.pem ~/.config/hexchat/certs/client.pem</code></pre>
|
|||||||
<li>If you use something that wants username, uncheck the <code>Use global user informtion</code> or you must specify the username in the Network List and ZNC won't like it.</li>
|
<li>If you use something that wants username, uncheck the <code>Use global user informtion</code> or you must specify the username in the Network List and ZNC won't like it.</li>
|
||||||
</ul></li>
|
</ul></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
<h5 id="windows-1">Windows</h5>
|
||||||
|
<p><strong>TODO: Find out the PATHS and put those commands there.</strong></p>
|
||||||
|
<p>You can now return to below the three *nix commands to the part which you skipped to check your settings.</p>
|
||||||
<h4 id="limnoria-1">Limnoria</h4>
|
<h4 id="limnoria-1">Limnoria</h4>
|
||||||
<p>Insert your .pem file somewhere where the bot can read it and tell your bot to read use it while connecting with</p>
|
<p>Insert your .pem file somewhere where the bot can read it and tell your bot to read use it while connecting with</p>
|
||||||
<pre><code>config networks.<network>.certfile /full/path/to/pem.file</code></pre>
|
<pre><code>config networks.<network>.certfile /full/path/to/pem.file</code></pre>
|
||||||
|
10
pages/external/identifying.html.md
vendored
10
pages/external/identifying.html.md
vendored
@ -198,7 +198,8 @@ Oh, and **don't close your terminal yet** as you will need it for HexChat.
|
|||||||
#### HexChat
|
#### HexChat
|
||||||
|
|
||||||
Create a folder "certs" to your HexChat config and copy the .pem file
|
Create a folder "certs" to your HexChat config and copy the .pem file
|
||||||
there and copy and rename it as `client.pem`.
|
there and copy and rename it as `client.pem`. Windows users: skip the
|
||||||
|
following two commands and go under topic "Windows" below.
|
||||||
|
|
||||||
```
|
```
|
||||||
mkdir -p ~/.config/hexchat/certs/
|
mkdir -p ~/.config/hexchat/certs/
|
||||||
@ -216,6 +217,13 @@ said previously, it won't work.
|
|||||||
or you must specify the username in the Network List and ZNC won't like
|
or you must specify the username in the Network List and ZNC won't like
|
||||||
it.
|
it.
|
||||||
|
|
||||||
|
##### Windows
|
||||||
|
|
||||||
|
**TODO: Find out the PATHS and put those commands there.**
|
||||||
|
|
||||||
|
You can now return to below the three \*nix commands to the part which
|
||||||
|
you skipped to check your settings.
|
||||||
|
|
||||||
#### Limnoria
|
#### Limnoria
|
||||||
|
|
||||||
Insert your .pem file somewhere where the bot can read it and tell your
|
Insert your .pem file somewhere where the bot can read it and tell your
|
||||||
|
Loading…
Reference in New Issue
Block a user