Comment by ๐Ÿš€ clarahd

Re: "amfora - activate client cert $ openssl req -new -subj "/CN=โ€ฆ"

In: s/ereader

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

๐Ÿš€ clarahd [OP/mod]

2025-07-18 ยท 10 months ago

Original Post

๐ŸŒ’ s/ereader

๐Ÿš€ clarahd: [mod]

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...

๐Ÿ’ฌ 2 comments ยท 2025-05-15 ยท 1 year ago