IRC - dogtagpki/pki GitHub Wiki

Installing IRC Client

To install WeeChat:

$ dnf install weechat

Connecting to IRC Server

To connect to the IRC server:

/server add libera irc.libera.chat
/connect libera
/nick <nickname>

See also Connecting to Libera.Chat.

Registering Nickname

To register the current nickname:

/msg NickServ REGISTER <password> <email>

Confirm the registration using the code sent via email:

/msg NickServ VERIFY REGISTER <nickname> <code>

If there is a problem, drop the registration with this command and start over:

/msg NickServ DROP <nickname>

See also Nickname Registration.

Nickname Authentication

To authenticate the nickname:

/msg NickServ IDENTIFY <password>

See also Using Channels.

Joining PKI-related Channels

To join Dogtag PKI channel:

/join #dogtag-pki

To join FreeIPA channel:

/join #freeipa

To join 389 DS channel:

/join #389

See also Using Channels.

Managing Users

To add an admin user:

/msg ChanServ FLAGS #dogtag-pki <nickname> +AFRefiorstv

See Also

⚠️ **GitHub.com Fallback** ⚠️