💾 Archived View for bbs.geminispace.org › u › satch › 5533 captured on 2023-11-04 at 17:01:42. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2023-09-28)
-=-=-=-=-=-=-
Glad you're back!
2023-09-25 · 6 weeks ago
@lem-two I'm trying to add a service mode in misfin to be able to serve multiple identities. I've written a message handler that stores the messages in a "mbox".
The main thing that's left to add is how to check that the recipient's certificate is signed by the main certificate (the CA), if you have any tips on this that'd be great. My idea was to address the typical use case, where you create a self-signed CA, and then each user on the server has a certificate signed by that CA ?
— https://gitlab.com/cipres/misfin
2023-09-26 · 6 weeks ago
@lem-two I found how to verify a cert's signature by a CA with pyopenssl and X509Store, so no problem now
2023-09-27 · 6 weeks ago
The return — Hi sup I'm the guy who wrote Misfin. Took a little break if you couldn't tell. The outline: 1. Life events happen 2. Spend time in the woods (metaphorical) 3. Spend time in the woods (literal) 4. Get an email that jerks you back to reality Glad to see people doing things with Misfin still. I'll be responding to things over the next couple days - feel free to hit me up.