You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to get a private key from Java Keystore and got a such error: unsupported encrypted-private-key algorithm: 1.3.6.1.4.1.42.2.17.1.1 when called a method GetPrivateKeyAndCerts(). What am I doing wrong?
The text was updated successfully, but these errors were encountered:
That sounds like a JKS, which we don't currently support. Easiest is to convert JKS to JCEKS or PKCS12 using keytool. https://github.com/pavel-v-chernykh/keystore-go seems to support JKS, so we could add that if anyone wants to make a PR?
Hello!
I tried to get a private key from Java Keystore and got a such error:
unsupported encrypted-private-key algorithm: 1.3.6.1.4.1.42.2.17.1.1
when called a methodGetPrivateKeyAndCerts()
. What am I doing wrong?The text was updated successfully, but these errors were encountered: