Skip to content

Commit

Permalink
Edit partnership documents
Browse files Browse the repository at this point in the history
  • Loading branch information
chelseacheung committed Jan 26, 2017
1 parent 989c627 commit 1b4005a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
4 changes: 2 additions & 2 deletions docs/source/as2_partnership.rst
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ Certificate for Encryption
| | |
| | The recipient should use the keystore in the AS2 plugin to export the public certificate for the sender. |
| | |
| | AS2 default keystore location: :file:`{<HERMES2_HOME>}/plugins/hk.hku.cecid.edi.as2/security` |
| | AS2 default keystore location: :file:`{<HERMES2_HOME>}/plugins/corvus-as2/security` |
| | |
| | The keystore must be in PKCS12 format. |
| | |
Expand Down Expand Up @@ -369,7 +369,7 @@ Certificate for Verification
| | |
| | The sender should use the keystore in the AS2 plugin to export the public certificate for the recipient. |
| | |
| | AS2 default keystore location: :file:`{<HERMES2_HOME>}/plugins/hk.hku.cecid.edi.as2/security` |
| | AS2 default keystore location: :file:`{<HERMES2_HOME>}/plugins/corvus-as2/security` |
| | |
| | The keystore must be in PKCS12 format. |
| | |
Expand Down
11 changes: 6 additions & 5 deletions docs/source/ebms_partnership.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ Service

+-----------------+------------------------------------------------------------------------------------------------------------------+
| **Description** | In Hermes 2, this **mandatory** parameter is used for mapping a partnership between **sender** and **recipient**.|
| | It should follow Uniform Resource Naming (URN) format. |
+-----------------+------------------------------------------------------------------------------------------------------------------+


Expand All @@ -51,7 +50,7 @@ Disabled
--------

+-----------------+------------------------------------------------------------------------------------------------------------------+
| **Description** | Theis boolean option indicates whether the partnership is disabled or not. |
| **Description** | This boolean option indicates whether the partnership is disabled or not. |
| | |
| | Disabled partnership do not deliver/receive any outgoing/incoming messages. |
+-----------------+------------------------------------------------------------------------------------------------------------------+
Expand All @@ -66,7 +65,9 @@ Transport Endpoint
| **Description** | The endpoint URL of the recieving messaging gateway. |
| | |
| | If the recieving messaging gateway is Hermes 2 and HTTP/HTTPS is the transport protocol, the endpoint URL is |
| | formatted as :samp:`http://{<RECIPIENT HOST>}:{<PORT>}/corvus/httpd/ebms/inbound`. |
| | formatted as :samp:`http://{<RECIPIENT_HOST>}:{<PORT>}/corvus/httpd/ebms/inbound`. The recipient should set this |
| | field to :samp:`http://{<SENDER_HOST>}:{<PORT>}/corvus/httpd/ebms/inbound` in order to send acknowledgements |
| | upon request. |
| | |
| | Otherwise, if the recipient host is an SMTP gateway, the endpoint URL is formatted as |
| | :samp:`mailto:{<EMAIL ADDRESS>}`. |
Expand Down Expand Up @@ -251,7 +252,7 @@ Certificate For Encryption
| | generated by the recipient. |
| | |
| | The recipient should use the keystore in the ebMS plugin to export the public certificate for the sender. |
| | ebMS default keystore location: :file:`{<HERMES2_HOME>}/plugins/hk.hku.cecid.ebms/security` |
| | ebMS default keystore location: :file:`{<HERMES2_HOME>}/plugins/corvus-ebms/security` |
| | |
| | The certificate must be in X.509 format. See `Encryption Required? (Mail Only)`_ for details. |
+------------------+------------------------------------------------------------------------------------------------------------------+
Expand Down Expand Up @@ -295,7 +296,7 @@ Certificate For Verification
| | generated by sender. |
| | |
| | The sender should use the keystore in the ebMS plugin to export the public certificate for the recipient. |
| | ebMS default keystore location: :file:`{<HERMES2_HOME>}/plugins/hk.hku.cecid.ebms/security` |
| | ebMS default keystore location: :file:`{<HERMES2_HOME>}/plugins/corvus-ebms/security` |
| | |
| | The keystore must be in PKCS12 format. |
| | |
Expand Down

0 comments on commit 1b4005a

Please sign in to comment.