Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

KVIrc certfp config #331

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions content/_guides/certfp.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,28 @@
and a certificate fingerprint will be displayed. Tap the tick symbol on the top
right of the screen to save.

### KVIrc

Create `libera.pem` e.g. in your KVIrc config directory
(e.g. `~/.config/KVIrc`), or move it there.

In `Settings/Configure KVIrc...` expand `Connections` and click `Advanced`.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
In `Settings/Configure KVIrc...` expand `Connections` and click `Advanced`.
In `Settings/Configure KVIrc...` expand `Connection` and click `Advanced`.


In the `SSL` tab ...

Check `Use SSL certificate`.

At `Certificate location` configure the location of libera.pem.

Check `Use SSL private key`.

At `Private key location` configure the location of libera.pem.

If you have certificate and private key in separate files, use these respectively.

Click `OK` or `Apply`.


Check failure on line 183 in content/_guides/certfp.md

View workflow job for this annotation

GitHub Actions / Check markdown for style issues

Multiple consecutive blank lines [Expected: 1; Actual: 2]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change

## Add your fingerprint to NickServ

You can then check whether you have a fingerprint by using `whois` on yourself:
Expand Down
Loading