Please add support for bcfks keystore type
Bubbah69 opened this issue · 0 comments
Bubbah69 commented
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