You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/core/settings/variables.md
+4
Original file line number
Diff line number
Diff line change
@@ -287,6 +287,8 @@ See also:
287
287
|`ssl_security`| TLS session security string. If HAProxy is configured and it terminated the TLS connection, contains "(proxied)". |
288
288
|`ssl_ja3`|[[link,ssl_ja3]] composed from TLS Client Hello. |
289
289
|`ssl_ja3_hash`| MD5 hash from [[link,ssl_ja3]] composed from TLS Client Hello. |
290
+
|`ssl_client_cert_fp`|[[setting,ssl_peer_certificate_fingerprint_hash]] of client certificate. |
291
+
|`ssl_client_cert_pubkey_fp`|[[setting,ssl_peer_certificate_fingerprint_hash]] of client certificate public key. |
290
292
|`mail_pid`| PID for process that handles the mail session post-login. |
291
293
|`original_user`| Same as `user`, except using the original username the client sent before any changes by auth process. With master user logins (also with [[setting,auth_master_user_separator]] based logins),this contains only the original master username. |
292
294
|`listener`| Socket listener name as specified in config file, which accepted the client connection. |
@@ -322,6 +324,8 @@ See also:
322
324
|`password`| Cleartext password from cleartext authentication mechanism. |
323
325
|`secured`| "TLS" with established SSL/TLS connections, "secured" with secured connections (see: [[setting,ssl]]). Otherwise empty. |
324
326
|`ssl_ja3_hash`| MD5 hash from JA3 string composed from TLS Client Hello. |
327
+
|`ssl_client_cert_fp`|[[setting,ssl_peer_certificate_fingerprint_hash]] of client certificate. |
328
+
|`ssl_client_cert_pubkey_fp`|[[setting,ssl_peer_certificate_fingerprint_hash]] of client certificate public key. |
325
329
|`cert`| "valid" if client had sent a valid client certificate, otherwise empty. |
326
330
|`login_user`| For master user logins: Logged in user@domain. |
327
331
|`master_user`| For master user logins: The master username. |
0 commit comments