From 6d4fe62cc6b7d197ca5f26fa7441c630c4b512d7 Mon Sep 17 00:00:00 2001 From: Michael Lazar Date: Fri, 19 Feb 2021 00:00:33 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6ac98a8..91c5f9f 100644 --- a/README.md +++ b/README.md @@ -215,7 +215,7 @@ Additional CGI variables will be included only when the client connection uses a | Name | Example Value | | --- | --- | | AUTH_TYPE | ``CERTIFICATE`` | -| REMOTE_USER | ``mozz123`` (the certificate's CommonName) | +| REMOTE_USER | ``mozz123`` (the certificate subject CN attribute) | | TLS_CLIENT_HASH | ``SHA256:86341FB480BFE333C343530D75ABF99D1437F69338F36C684C8831B63C993A96`` | | TLS_CLIENT_NOT_BEFORE | ``2020-04-05T04:18:22Z`` | | TLS_CLIENT_NOT_AFTER | ``2021-04-05T04:18:22Z`` |