From version 2.1
edited by gru
on 04.03.2021, 10:12
Change comment: Imported from XAR
To version 3.1
edited by gru
on 29.06.2021, 09:46
Change comment: Renamed back-links.

Summary

Details

Page properties
Content
... ... @@ -6,7 +6,7 @@
6 6   You need to enter an {{smallcaps}}Ldap{{/smallcaps}} server that contains the certificate of the recipient. You also need to specify which attributes contain the email address and the binary data of the certificate.
7 7  {{/figure}}
8 8  
9 -The [[email action>>doc:Formcycle.UserInterface.MyForms.WorkflowProcessing.Actions.EMail]] lets you send encrypted emails via the S/MIME protocol. This requires a certificate of the recipient that contains the encryption key. This plugin lets you read that certificate from an {{smallcaps}}Ldap{{/smallcaps}} server. It looks for an entry (person) in the {{smallcaps}}Ldap{{/smallcaps}} directory based on the email of the recipient. If an entry is found, the certificate is read from a freely configurable attribute of that entry. This plugin is subject to additional charge.
9 +The [[email action>>doc:Formcycle.FormDesigner.Workflow.Actions.EMail]] lets you send encrypted emails via the S/MIME protocol. This requires a certificate of the recipient that contains the encryption key. This plugin lets you read that certificate from an {{smallcaps}}Ldap{{/smallcaps}} server. It looks for an entry (person) in the {{smallcaps}}Ldap{{/smallcaps}} directory based on the email of the recipient. If an entry is found, the certificate is read from a freely configurable attribute of that entry. This plugin is subject to additional charge.
10 10  
11 11  Once this plugin is installed, you need to configure an {{smallcaps}}Ldap{{/smallcaps}} server and also specify the attributes that contain the email and certificate.
12 12  
... ... @@ -40,8 +40,8 @@
40 40  ; connection.data.<INDEX>.use.ssl
41 41  : Either //true// or //false//. Whether the connection to the {{smallcaps}}Ldap{{/smallcaps}} server is encrypted and uses {{smallcaps}}Ssl{{/smallcaps}} or rather {{smallcaps}}Tls{{/smallcaps}}.
42 42  
43 -== Changelog
43 +== Changelog ==
44 44  
45 -=== 1.0.0
45 +=== 1.0.0 ===
46 46  
47 47  * Initial release.