diff options
| author | dece <shgck@pistache.land> | 2021-06-17 13:25:27 +0200 |
|---|---|---|
| committer | Drew DeVault <sir@cmpwn.com> | 2021-06-17 09:52:50 -0400 |
| commit | 9f2481dcdf60387e57cfe357bc8d04997c967e57 (patch) | |
| tree | 623776f63e49a5750dbc0f216e3603ad86ff6f95 /doc/gmnisrvini.scd | |
| parent | d7bd3c6a0db4c79f244d8880d86a899eb0f8ca01 (diff) | |
| download | gmnisrv-9f2481dcdf60387e57cfe357bc8d04997c967e57.tar.gz gmnisrv-9f2481dcdf60387e57cfe357bc8d04997c967e57.tar.xz gmnisrv-9f2481dcdf60387e57cfe357bc8d04997c967e57.zip | |
Support REMOTE_USER in CGI
Diffstat (limited to 'doc/gmnisrvini.scd')
| -rw-r--r-- | doc/gmnisrvini.scd | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/gmnisrvini.scd b/doc/gmnisrvini.scd index 926529f..5aed3e6 100644 --- a/doc/gmnisrvini.scd +++ b/doc/gmnisrvini.scd @@ -184,6 +184,9 @@ The following environment variables will be set: | *TLS_CLIENT_SERIAL_NUMBER* : 717823108622037499122666796829184010024179612962 : Serial number (decimal) of the client certificate. +| *REMOTE_USER* +: gemini user +: Subject common name of the client certificate. \[1]: gemini://example.org/cgi-bin/foo.sh/bar?hello=world |
