mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2024-11-15 00:19:25 +01:00
pages/ext/identifying: use msysgit.
This commit is contained in:
parent
77380ac320
commit
f5d6d6aa73
11
pages/external/identifying.html
vendored
11
pages/external/identifying.html
vendored
@ -89,8 +89,15 @@ config networks.<network>.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 "/CN=Your Nickname"</code></pre>
|
<pre><code>openssl req -nodes -newkey rsa:4096 -keyout YOURNICKNAMEHERE.pem -x509 -days 24855 -out YOURNICKNAMEHERE.pem -subj "/CN=Your Nickname"</code></pre>
|
||||||
|
13
pages/external/identifying.html.md
vendored
13
pages/external/identifying.html.md
vendored
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user