-
Bug
-
Resolution: Fixed
-
Critical
-
Jenkins with version 2.263.2 credential plugin-2.3.14 android-signing-2.2.5
Not able to upload the pkcs12 file getting "Could not load keystore" while trying to add in the credentials.
I am using the Jenkins on local server.
From the system logs getting :
Credentials ID AndroidBuildKey: Could not load keystore from UploadedKeyStoreSource{uploadedKeystoreBytes=******}
java.io.IOException: Short read of DER length
at sun.security.util.DerInputStream.getLength(Unknown Source)
at sun.security.util.DerValue.init(Unknown Source)
at sun.security.util.DerValue.<init>(Unknown Source)
at sun.security.util.DerValue.<init>(Unknown Source)
at sun.security.pkcs12.PKCS12KeyStore.engineLoad(Unknown Source)
at java.security.KeyStore.load(Unknown Source)
at com.cloudbees.plugins.credentials.impl.CertificateCredentialsImpl.getKeyStore(CertificateCredentialsImpl.java:155)
at com.cloudbees.plugins.credentials.common.StandardCertificateCredentials$NameProvider.getName(StandardCertificateCredentials.java:89)
at
- duplicates
-
JENKINS-63761 Upload PKCS#12 certificate in credentails fails
- Resolved