Skip to main content
Authenticates a connection with a client SSL certificate instead of a username, token, or key. Use this when a service requires mutual TLS, where your side must present its own certificate and private key to prove who it is. Once configured, Alumio presents the certificate on every request to the connection.

Fields

Sample data

This feature configures a connection rather than transforming data, so there is no before/after to show. A typical setup looks like this:
FieldValue
Client certificate-----BEGIN CERTIFICATE----------END CERTIFICATE-----
Client key-----BEGIN PRIVATE KEY----------END PRIVATE KEY-----
Passwordyour-key-password