partnerships.xml.bak2 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. <partnerships>
  2. <partner name="OpenAS2A"
  3. as2_id="OpenAS2A_OID"
  4. x509_alias="openas2a"
  5. email="as2msgs@openas2a.com"/>
  6. <partner name="OpenAS2B"
  7. as2_id="OpenAS2B_OID"
  8. x509_alias="openas2b"
  9. email="as2msgs@openas2b.com"/>
  10. <partnership name="OpenAS2A-to-OpenAS2B">
  11. <sender name="OpenAS2A"/>
  12. <receiver name="OpenAS2B"/>
  13. <attribute name="protocol" value="as2"/>
  14. <attribute name="content_transfer_encoding" value="8bit"/>
  15. <attribute name="compression_type" value="ZLIB"/>
  16. <attribute name="subject" value="From OpenAS2A to OpenAS2B"/>
  17. <attribute name="mdnsubject" value="Your requested MDN response from $receiver.as2_id$"/>
  18. <attribute name="as2_url" value="http://192.168.253.216:10080"/>
  19. <attribute name="as2_mdn_to" value="edi@openas2b.org"/>
  20. <!-- <attribute name="as2_receipt_option" value="http://localhost:10080"/> ...for async MDN-->
  21. <attribute name="as2_receipt_option" value="http://ubtob.com:20881"/>
  22. <attribute name="as2_mdn_options" value="signed-receipt-protocol=optional, pkcs7-signature; signed-receipt-micalg=optional, SHA256"/>
  23. <attribute name="encrypt" value="3DES"/>
  24. <attribute name="sign" value="SHA1"/>
  25. <attribute name="resend_max_retries" value="3"/>
  26. <attribute name="prevent_canonicalization_for_mic" value="false"/>
  27. <attribute name="no_set_transfer_encoding_for_signing" value="false"/>
  28. <attribute name="no_set_transfer_encoding_for_encryption" value="false"/>
  29. <attribute name="rename_digest_to_old_name" value="false"/>
  30. <attribute name="remove_cms_algorithm_protection_attrib" value="false"/>
  31. </partnership>
  32. <partnership name="OpenAS2B-to-OpenAS2A">
  33. <sender name="OpenAS2B"/>
  34. <receiver name="OpenAS2A"/>
  35. </partnership>
  36. </partnerships>