💾 Archived View for yasendfile.org › TipTricks › pem2pkcs12.gmi captured on 2022-07-16 at 14:20:14. Gemini links have been rewritten to link to archived content
View Raw
More Information
-=-=-=-=-=-=-
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 :-)
Station on Gemini