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
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -288,6 +288,8 @@ See also:
288
288
|`ssl_security`| TLS session security string. If HAProxy is configured and it terminated the TLS connection, contains "(proxied)". |
289
289
|`ssl_ja3`|[[link,ssl_ja3]] composed from TLS Client Hello. |
290
290
|`ssl_ja3_hash`| MD5 hash from [[link,ssl_ja3]] composed from TLS Client Hello. |
291
+
|`ssl_ccert_fp`|[[setting,ssl_peer_certificate_fingerprint_hash]] of client certificate. |
292
+
|`ssl_ccert_pubkey_fp`|[[etting,ssl_peer_certificate_fingerprint_hash]] of client certificate public key. |
291
293
|`mail_pid`| PID for process that handles the mail session post-login. |
292
294
|`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. |
293
295
|`listener`| Socket listener name as specified in config file, which accepted the client connection. |
@@ -323,6 +325,8 @@ See also:
323
325
|`password`| Cleartext password from cleartext authentication mechanism. |
324
326
|`secured`| "TLS" with established SSL/TLS connections, "secured" with secured connections (see: [[setting,ssl]]). Otherwise empty. |
325
327
|`ssl_ja3_hash`| MD5 hash from JA3 string composed from TLS Client Hello. |
328
+
|`ssl_ccert_fp`|[[setting,ssl_peer_certificate_fingerprint_hash]] of client certificate. |
329
+
|`ssl_ccert_pubkey_fp`|[[etting,ssl_peer_certificate_fingerprint_hash]] of client certificate public key. |
326
330
|`cert`| "valid" if client had sent a valid client certificate, otherwise empty. |
327
331
|`login_user`| For master user logins: Logged in user@domain. |
328
332
|`master_user`| For master user logins: The master username. |
0 commit comments