2021-04-05 17:29:49 +02:00
|
|
|
.. _plugin-GPG:
|
|
|
|
|
|
|
|
Documentation for the GPG plugin for Supybot
|
|
|
|
============================================
|
|
|
|
|
|
|
|
Purpose
|
|
|
|
-------
|
|
|
|
GPG: Provides authentication based on GPG keys.
|
|
|
|
|
|
|
|
Usage
|
|
|
|
-----
|
|
|
|
Provides authentication based on GPG keys.
|
|
|
|
|
2021-04-05 22:56:40 +02:00
|
|
|
.. _commands-GPG:
|
|
|
|
|
2021-04-05 17:29:49 +02:00
|
|
|
Commands
|
|
|
|
--------
|
2021-04-05 22:56:40 +02:00
|
|
|
.. _command-GPG-key.add:
|
|
|
|
|
2021-04-05 17:29:49 +02:00
|
|
|
key add <key id> <key server>
|
|
|
|
Add a GPG key to your account.
|
|
|
|
|
2021-04-05 22:56:40 +02:00
|
|
|
.. _command-GPG-key.list:
|
|
|
|
|
2021-04-05 17:29:49 +02:00
|
|
|
key list takes no arguments
|
|
|
|
List your GPG keys.
|
|
|
|
|
2021-04-05 22:56:40 +02:00
|
|
|
.. _command-GPG-key.remove:
|
|
|
|
|
2021-04-05 17:29:49 +02:00
|
|
|
key remove <fingerprint>
|
|
|
|
Remove a GPG key from your account.
|
|
|
|
|
2021-04-05 22:56:40 +02:00
|
|
|
.. _command-GPG-signing.auth:
|
|
|
|
|
2021-04-05 17:29:49 +02:00
|
|
|
signing auth <url>
|
|
|
|
Check the GPG signature at the <url> and authenticates you if the key used is associated to a user.
|
|
|
|
|
2021-04-05 22:56:40 +02:00
|
|
|
.. _command-GPG-signing.gettoken:
|
|
|
|
|
2021-04-05 17:29:49 +02:00
|
|
|
signing gettoken takes no arguments
|
|
|
|
Send you a token that you'll have to sign with your key.
|
|
|
|
|
|
|
|
Configuration
|
|
|
|
-------------
|
|
|
|
supybot.plugins.GPG.public
|
|
|
|
This config variable defaults to "True", is not network-specific, and is not channel-specific.
|
|
|
|
|
|
|
|
Determines whether this plugin is publicly visible.
|
|
|
|
|