mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2024-11-15 00:19:25 +01:00
pages/ext/identifying: fix typo
replae --> replace ( Thanks @ProgVal )
This commit is contained in:
parent
f95c0936d3
commit
c51232ac8b
2
pages/external/identifying.html
vendored
2
pages/external/identifying.html
vendored
@ -99,7 +99,7 @@ config networks.<network>.sasl.password NSPASSWORD</code></pre>
|
||||
</ul></li>
|
||||
</ul>
|
||||
<h3 id="generating-the-certificate">Generating the certificate</h3>
|
||||
<p>Open terminal and run this command and replae YOURNICKNAMEHERE.pem with your nickname or something else which makes you know what it is (<strong>DO NOT SET PASSWORD FOR IT OR YOUR CLIENT MIGHT NOT BE ABLE TO USE IT</strong>):</p>
|
||||
<p>Open terminal and run this command and replace YOURNICKNAMEHERE.pem with your nickname or something else which makes you know what it is (<strong>DO NOT SET PASSWORD FOR IT OR YOUR CLIENT MIGHT NOT BE ABLE TO USE IT</strong>):</p>
|
||||
<pre><code>openssl req -nodes -newkey rsa:4096 -keyout YOURNICKNAMEHERE.pem -x509 -days 3650 -out YOURNICKNAMEHERE.pem -subj "/CN=Your Nickname"</code></pre>
|
||||
<p>This gives us file <code>YOURNICKNAMEHERE.pem</code> which you must give to your IRC client which is valid for 10 years and must be regenerated at least every 10 years or whatever you specify in <code>-days</code>.</p>
|
||||
<p>Oh, and <strong>don't close your terminal yet</strong> as you will need it for HexChat.</p>
|
||||
|
2
pages/external/identifying.html.md
vendored
2
pages/external/identifying.html.md
vendored
@ -175,7 +175,7 @@ Download it and run the installer.
|
||||
|
||||
### Generating the certificate
|
||||
|
||||
Open terminal and run this command and replae YOURNICKNAMEHERE.pem with
|
||||
Open terminal and run this command and replace YOURNICKNAMEHERE.pem with
|
||||
your nickname or something else which makes you know what it is
|
||||
(**DO NOT SET PASSWORD FOR IT OR YOUR CLIENT MIGHT NOT BE ABLE TO USE IT**):
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user