Creating package with cert and pk

So I created key and cert using KeyStore Explorer but I have some error when I try to create a package with them. Anyone experienced something similar in past?

Build failed: 2016/01/29 18:42:17 ASN.1 structure error: tags don’t match (16 vs {class:0 tag:13 length:45 isCompound:true}) {optional:false explicit:false application:false defaultValue: tag: stringType:0 set:false omitEmpty:false} pkcs8 @2

1 Like

Looks like a typical “DER expected, but PEM encountered” error. Try unchecking the PEM checkbox on export.

2 Likes