kaikramer / keystore-explorer

KeyStore Explorer is a free GUI replacement for the Java command-line utilities keytool and jarsigner.
https://keystore-explorer.org/
GNU General Public License v3.0
1.7k stars 275 forks source link

Export private key: change default extension to .p8 #450

Closed stokito closed 1 year ago

stokito commented 1 year ago

Also add to a filter the .pk8 (used in Android). Partially related to #274

It would be better to use the standard extension. It's specified in https://www.iana.org/assignments/media-types/application/pkcs8

It's supported by the shared-mime-info so all file managers in Linux can show it with a correct icon https://gitlab.freedesktop.org/xdg/shared-mime-info/-/blob/master/data/freedesktop.org.xml.in?ref_type=heads#L330

Last time I forgot to update translations for de and fr. #449

kaikramer commented 1 year ago

Thanks again!