💾 Archived View for bbs.geminispace.org › u › gemalaya › 5612 captured on 2023-12-28 at 17:23:46. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2023-11-14)
-=-=-=-=-=-=-
Re: "So, I just wanted to write here what I noticed about the..."
@clseibold In a "one-mailbox" server, the fingerprint that's sent back is the fingerprint of the server's certificate. In a "multi-mailbox" server, i think the replied fingerprint should be the fingerprint of the certificate for the mailbox that the message was delivered to.
Regarding the USER_ID question, and by looking at the python code, it seems that the CN and USER_ID fields are mandatory but @lem-two would know better. Good luck.
Sep 27 · 3 months ago
So, I just wanted to write here what I noticed about the spec allowing for two different server configurations. I think thinking of it in this way helped me to start figuring out how I should write my misfin server. 1. One-mailbox server. The (self-signed) server certificate has a mailbox name in its USER_ID field, as per the spec. 2. Multi-mailbox server. There's one (self-signed) server certificate that acts as a CA that signs each mailbox certificate. Does the server certificate still need...