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
Thanks for reporting this issue.
It is already fixed in verison 2.2.5.
To enable this, set the attribute autosave of the PKCS12CertificateFactory to false. When using the AS2ClientSettings you can use the method setSaveKeyStoreChangesToFile (false) instead. Hth.
When sending the message the encryption is done by a private key residing in a keystore.
The as2-lib needs this keystore to be writeable. In a production environment this is not
acceptable for 2 reasons.
Please make a keystore as a copy in the /tmp folder or move the keystore to memory
The text was updated successfully, but these errors were encountered: