Client certificate support #1

Open
opened 2026-06-05 16:06:17 +00:00 by h · 0 comments
Owner

Should be self-explanatory
Relevant irc-framework client API interface: https://github.com/kiwiirc/irc-framework/blob/master/docs/clientapi.md?plain=1#L36-L39
(preferred, planned if I do it) implementation: an environment variable for the certificate, and one for the key, if the env variable starts with a / or . (for absolute or relative paths), read the file, otherwise treat it like a certificate itself, and throw an error when there's a key but no cert

Should be self-explanatory Relevant irc-framework client API interface: https://github.com/kiwiirc/irc-framework/blob/master/docs/clientapi.md?plain=1#L36-L39 (preferred, planned if I do it) implementation: an environment variable for the certificate, and one for the key, if the env variable starts with a / or . (for absolute or relative paths), read the file, otherwise treat it like a certificate itself, and throw an error when there's a key but no cert
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
h/irc-file-toucher#1
No description provided.