This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/master by this push: new e1a2adc Regen e1a2adc is described below commit e1a2adcbfa6692dc1a4673375c94da2096bb97e2 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Thu Oct 18 15:04:58 2018 +0200 Regen --- .../camel-as2/camel-as2-component/src/main/docs/as2-component.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/camel-as2/camel-as2-component/src/main/docs/as2-component.adoc b/components/camel-as2/camel-as2-component/src/main/docs/as2-component.adoc index fd01c5e..aef14ca 100644 --- a/components/camel-as2/camel-as2-component/src/main/docs/as2-component.adoc +++ b/components/camel-as2/camel-as2-component/src/main/docs/as2-component.adoc @@ -138,7 +138,7 @@ The component supports 28 options, which are listed below. | *camel.component.as2.configuration.server-fqdn* | The Server Fully Qualified Domain Name (FQDN). Used in message ids sent by endpoint. | camel.apache.org | String | *camel.component.as2.configuration.server-port-number* | The port number of server. | | Integer | *camel.component.as2.configuration.signed-receipt-mic-algorithms* | The list of algorithms, in order of preference, requested to generate a message integrity check (MIC) returned in message dispostion notification (MDN) | | String[] -| *camel.component.as2.configuration.signing-algorithm-name* | The name of algorithm used to sign EDI message. | | String +| *camel.component.as2.configuration.signing-algorithm* | The algorithm used to sign EDI message. | | AS2SignatureAlgorithm | *camel.component.as2.configuration.signing-certificate-chain* | The chain of certificates used to sign EDI message. | | Certificate[] | *camel.component.as2.configuration.signing-private-key* | The key used to sign the EDI message. | | PrivateKey | *camel.component.as2.configuration.subject* | The value of Subject header of AS2 message. | | String