Config TLS
- Updated2023-02-17
- 3 minute(s) read
Config TLS
Sets the SMTP client certificate, certificate authority (CA) certificates bundle, and private key file paths for a Transport Layer Security (TLS) or Secure Sockets Layer (SSL) request.
Inputs/Outputs

private key password
Password for the private key file. If the private key file is not encrypted, you do not have to specify a private key password.

reference in
The SMTP client reference of the message that you want to remove attachments from.
The SMTP client reference for the current session of SMTP requests. You can create an SMTP client reference using Open Handle.

CA certificate file
Path to a list of trusted certificate authority (CA) certificates.

client certificate file
Path to the client certificate file for servers that require client authentication.

private key file
Path to a private key file that is part of the client certificate and client authentication process.

error in
Error conditions that occur before this node runs.
The node responds to this input according to standard error behavior.
Default value: No error

verify server
A Boolean value that determines whether to check the server's certificate against the list of trusted CA certificates wired to CA certificate file.
| True | This node verifies the server's identity against the list of trusted CA certificates for optimal security. |
| False | This node does not verify the server's identity and does not provide optimal security. The client can accept self-signed certificates signed by the certificate creator rather than a trusted CA. |
Default value: True

reference out
The SMTP client reference for the current session of SMTP requests.

error out
Error information.
The node produces this output according to standard error behavior.