+---------------------------------------------------+ |Pem 2 Pkc12 - Migrate Pem crt key to pkcs12 | |Written by Wim Stockman - on 1 Aug 2021 | +---------------------------------------------------+ Migrate your Amfora station key to the Ariane Gemini client on android 1. Head to the directory where amfora stores your keys. usually it is ~/.config/amfora cd ~/.config/amfora 2. Convert your cert.pem and key.pem with your respective names and put tem in this one liner: openssl pkcs12 -export -out cert.p12 -in cert.pem -inkey key.pem -passout pass: -nokeys 3. Copy the newly generated cert.p12 to your android phone. 4. Open ariane app -> settings 5. Tap "Client Certificate" 6. Select your cert.p12 file 7. Toggle "Use Client Certificate" 8. Your done :-) Here is the link to the gemini station : gemini://station.martinrue.com +--------------------------------------------------+ |Suggestions? gopher@yasendfile.org | +--------------------------------------------------+