Error parsing PEM ASN.1 structure: Error decoding |
|
Date Entered: 08/06/2007
|
Last Update: 08/06/2007
|
APPLIES TO |
|
|
|
|
|
|
|
|
SYNOPSIS |
When using the SFTP Adapter/component, I get the error "Error parsing PEM ASN.1 structure: Error decoding". |
SOLUTION |
You'll see this error when the PEM key you're providing is not in a format that the adapter/component can parse. Is the PEM Key you're supplying to the SSH Cert
Store property in OpenSSH RSA format? If not, you will need to convert it to that format. One way to do that is to use PuTTYgen:
- From the Conversions menu select Import Key to import your existing private key.
- From the Conversions menu select Export OpenSSH key.
|