scop / portecle

User friendly GUI application for creating, managing and examining keystores, keys, certificates, certificate requests, certificate revocation lists and more
http://portecle.sourceforge.net/
GNU General Public License v2.0
154 stars 47 forks source link

Please add support for bcfks keystore type #48

Closed Bubbah69 closed 7 years ago

Bubbah69 commented 7 years ago

Currently a Bouncy Castle Fips keystore file (bcfks) can only be opened with keytool with all the required arguments to use bc-fips.jar, making such keytool command line is even more fastidious.

Please add support for bcfks in portecle!

Example typical keytool command line for bcfks: keytool.exe -list -keystore servletcontainer.bcfks -storetype bcfks -providerpath "\lib\bc-fips-1.0.1.jar" -providername BCFIPS -providerclass org.bouncycastle.jcajce.provider.BouncyCastleFipsProvider -storepass not-secure