diff options
| author | dece <shgck@pistache.land> | 2021-06-17 13:25:26 +0200 |
|---|---|---|
| committer | Drew DeVault <sir@cmpwn.com> | 2021-06-17 09:52:50 -0400 |
| commit | d7bd3c6a0db4c79f244d8880d86a899eb0f8ca01 (patch) | |
| tree | 093109034d5cc24473112d0f37e9cb46e9a9ec7a /doc | |
| parent | 0bf3cde2a0a5554651867ade37daafcea49c9409 (diff) | |
| download | gmnisrv-d7bd3c6a0db4c79f244d8880d86a899eb0f8ca01.tar.gz gmnisrv-d7bd3c6a0db4c79f244d8880d86a899eb0f8ca01.tar.xz gmnisrv-d7bd3c6a0db4c79f244d8880d86a899eb0f8ca01.zip | |
Support TLS_CLIENT_SERIAL_NUMBER in CGI
Diffstat (limited to 'doc')
| -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 2c82b53..926529f 100644 --- a/doc/gmnisrvini.scd +++ b/doc/gmnisrvini.scd @@ -181,6 +181,9 @@ The following environment variables will be set: | *TLS_CLIENT_HASH* : SHA256:BD3A388021A92017B781504A3D24F324BF9DE11CE72606AB445D98A8EB00C5A8 : Unique fingerprint of the client certificate. +| *TLS_CLIENT_SERIAL_NUMBER* +: 717823108622037499122666796829184010024179612962 +: Serial number (decimal) of the client certificate. \[1]: gemini://example.org/cgi-bin/foo.sh/bar?hello=world |
