Comment by ๐ clarahd
Re: "amfora - activate client cert $ openssl req -new -subj "/CN=โฆ"
Lol, it would have been easier to generate the first identity from the Lagrange app and export from there:
โ bbs.geminispace.org/s/Deedum/22490
2025-05-15 ยท 1 year ago
1 Later Comment
๐ clarahd [OP/mod] ยท 2025-07-18 at 16:17:
NEW INFORMATION:
Actually DO NOT copy this certificate to all your browsers, unless you want it to act like a potential cookie identifying you everywhere!
Instead use a different browser with no client certificate for browsing, and use the browser with the certificate for posting.
โ bbs.geminispace.org/s/AskGemini/30325
Original Post
amfora - activate client cert $ openssl req -new -subj "/CN=clarahd" -x509 -newkey ec -pkeyopt ec_paramgen_curve:prime256v1 -days 1825 -nodes -out cert.pem -keyout key.pem nano ~/.config/amfora/config.toml [auth] [auth.certs] "bbs.geminispace.org" = 'cert.pem' [auth.keys] "bbs.geminispace.org" = 'key.pem' [https link] [https link] $ openssl pkcs12 -export -out cert.p12 -in cert.pem -inkey key.pem -passout pass: -nokeys [http link] [http link] To use this identity with gemini.koplugin in...