pages/ext/identifying: fix typo

replae --> replace ( Thanks @ProgVal )
This commit is contained in:
Mikaela Suomalainen 2014-06-08 14:27:59 +03:00
parent f95c0936d3
commit c51232ac8b
2 changed files with 2 additions and 2 deletions

View File

@ -99,7 +99,7 @@ config networks.&lt;network&gt;.sasl.password NSPASSWORD</code></pre>
</ul></li> </ul></li>
</ul> </ul>
<h3 id="generating-the-certificate">Generating the certificate</h3> <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 &quot;/CN=Your Nickname&quot;</code></pre> <pre><code>openssl req -nodes -newkey rsa:4096 -keyout YOURNICKNAMEHERE.pem -x509 -days 3650 -out YOURNICKNAMEHERE.pem -subj &quot;/CN=Your Nickname&quot;</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>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> <p>Oh, and <strong>don't close your terminal yet</strong> as you will need it for HexChat.</p>

View File

@ -175,7 +175,7 @@ Download it and run the installer.
### Generating the certificate ### 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 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**): (**DO NOT SET PASSWORD FOR IT OR YOUR CLIENT MIGHT NOT BE ABLE TO USE IT**):