pages/ext/identifying: use msysgit.

This commit is contained in:
Mikaela Suomalainen 2014-06-05 13:14:00 +03:00
parent 77380ac320
commit f5d6d6aa73
2 changed files with 18 additions and 6 deletions

View File

@ -89,8 +89,15 @@ config networks.&lt;network&gt;.sasl.password NSPASSWORD</code></pre>
<pre><code>/msg NickServ help cert</code></pre> <pre><code>/msg NickServ help cert</code></pre>
<p>I am not sure how this happens on Windows, so you might need to look for that information elsewhere unless someone decides to help me and tell how does it happen. I am going to tell about OpenSSL.</p> <p>I am not sure how this happens on Windows, so you might need to look for that information elsewhere unless someone decides to help me and tell how does it happen. I am going to tell about OpenSSL.</p>
<h4 id="windows">Windows</h4> <h4 id="windows">Windows</h4>
<p>There is an <a href="http://slproweb.com/products/Win32OpenSSL.html">OpenSSL port for Windows</a>, so openssl commands should work with it too.</p> <p>All commands here work mostly if you instll <a href="https://msysgit.github.io/">msysgit</a> with the option below. Oh and you must also change the paths.</p>
<p>I list *nix-like commands here, but only the openssl ones are important and the other things can be done with Windows Explorer.</p> <p>Download it and run the installer.</p>
<p><strong>THIS IS THE MOST IMPORTANT PART!</strong> — `Adjusting your PATH environment.</p>
<ul class="incremental">
<li>**<code>Use Git and optional Unix tools from the Windows Command Path</code>
<ul class="incremental">
<li>If you don't select this, you must reinstall or you aren't able to use all of the commands.</li>
</ul></li>
</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 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>
<pre><code>openssl req -nodes -newkey rsa:4096 -keyout YOURNICKNAMEHERE.pem -x509 -days 24855 -out YOURNICKNAMEHERE.pem -subj &quot;/CN=Your Nickname&quot;</code></pre> <pre><code>openssl req -nodes -newkey rsa:4096 -keyout YOURNICKNAMEHERE.pem -x509 -days 24855 -out YOURNICKNAMEHERE.pem -subj &quot;/CN=Your Nickname&quot;</code></pre>

View File

@ -161,11 +161,16 @@ how does it happen. I am going to tell about OpenSSL.
#### Windows #### Windows
There is an [OpenSSL port for Windows](http://slproweb.com/products/Win32OpenSSL.html), All commands here work mostly if you instll [msysgit](https://msysgit.github.io/) with the option below. Oh and you must also change
so openssl commands should work with it too. the paths.
I list \*nix-like commands here, but only the openssl ones are important Download it and run the installer.
and the other things can be done with Windows Explorer.
**THIS IS THE MOST IMPORTANT PART!** — `Adjusting your PATH environment.
* **`Use Git and optional Unix tools from the Windows Command Path`
* If you don't select this, you must reinstall or you aren't able to
use all of the commands.
### Generating the certificate ### Generating the certificate