Comment by ๐ clarahd
Re: "amfora - activate client cert $ openssl req -new -subj "/CN=โฆ"
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
2025-07-18 ยท 10 months ago
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...