From c51232ac8b79bf657e415e4777fcdf402b89ea1f Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Sun, 8 Jun 2014 14:27:59 +0300 Subject: [PATCH] pages/ext/identifying: fix typo replae --> replace ( Thanks @ProgVal ) --- pages/external/identifying.html | 2 +- pages/external/identifying.html.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/external/identifying.html b/pages/external/identifying.html index c973f07..a5ccb2c 100644 --- a/pages/external/identifying.html +++ b/pages/external/identifying.html @@ -99,7 +99,7 @@ config networks.<network>.sasl.password NSPASSWORD

Generating the certificate

-

Open terminal and run this command and replae 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):

+

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):

openssl req -nodes -newkey rsa:4096 -keyout YOURNICKNAMEHERE.pem -x509 -days 3650 -out YOURNICKNAMEHERE.pem -subj "/CN=Your Nickname"

This gives us file YOURNICKNAMEHERE.pem 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 -days.

Oh, and don't close your terminal yet as you will need it for HexChat.

diff --git a/pages/external/identifying.html.md b/pages/external/identifying.html.md index 764e2a1..b951ff2 100644 --- a/pages/external/identifying.html.md +++ b/pages/external/identifying.html.md @@ -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**):