mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2024-11-15 00:19:25 +01:00
pages/external/identifying: improve generating.
Now only nickname is required.
This commit is contained in:
parent
731d7cbaca
commit
7660d16bb4
2
pages/external/identifying.html
vendored
2
pages/external/identifying.html
vendored
@ -48,7 +48,7 @@ XX:XX:XX < *sasl> +-------------+-----------------------------------------
|
||||
<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>
|
||||
<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>
|
||||
<pre><code>openssl req -nodes -newkey rsa:4096 -keyout YOURNICKNAMEHERE.pem -x509 -days 365 -out YOURNICKNAMEHERE.pem</code></pre>
|
||||
<pre><code>openssl req -nodes -newkey rsa:4096 -keyout YOURNICKNAMEHERE.pem -x509 -days 365 -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. I am sorry, but that depends on your IRC client too, so I cannot say anything about it.</p>
|
||||
<h3 id="telling-nickserv-about-your-key">Telling NickServ about your key</h3>
|
||||
<p>NickServ wants to know the fingerprint which you can get with the following command:</p>
|
||||
|
2
pages/external/identifying.html.md
vendored
2
pages/external/identifying.html.md
vendored
@ -89,7 +89,7 @@ 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**):
|
||||
|
||||
```
|
||||
openssl req -nodes -newkey rsa:4096 -keyout YOURNICKNAMEHERE.pem -x509 -days 365 -out YOURNICKNAMEHERE.pem
|
||||
openssl req -nodes -newkey rsa:4096 -keyout YOURNICKNAMEHERE.pem -x509 -days 365 -out YOURNICKNAMEHERE.pem -subj "/CN=Your Nickname"
|
||||
```
|
||||
|
||||
This gives us file `YOURNICKNAMEHERE.pem` which you must give to your IRC
|
||||
|
Loading…
Reference in New Issue
Block a user